Igalia / chromium

Old repo. See https://crbug.com/578890 instead.
https://chromium.googlesource.com/chromium/src.git
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

[ozone/wayland/IME] Handle backspace button. #460

Closed msisov closed 6 years ago

msisov commented 6 years ago

This patch adds implenetation details to the delete surrounding text and set surrounding text methods, which are used to handle backspace buttons.

PS using vkb and physical keyboard at the same time are prone to bugs. That is, when a text is typed both on the vkb and physical keyboard, it can suddenly disappear.