fce376939f
This action will replace CLUTTER_KEY_Backspace emission for the OSK backspace key. Following the available mockups, implement different modes of operation: - Single tap deletes a single character - Long tap starts deleting characters one by one - Longer tap switches to word-by-word deletion This is made possible via the input method surrounding text, inspecting the string to look the previous char/word position backwards, and relies on IM focus providing enough context. Since deleting text and getting surrounding text are both async operations, we make one happen after the other, until the button is released. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2278> |
||
---|---|---|
.. | ||
dbusServices | ||
gdm | ||
misc | ||
perf | ||
portalHelper | ||
ui | ||
js-resources.gresource.xml | ||
meson.build | ||
portal-resources.gresource.xml |