Sebastian Keller 7a409bfffc keyboard: Delete selected text on backspace
Previously backspace would only ever remove a single character left of
the cursor, regardless of selection.

This requires the application to correctly set the anchor position in
text_input::set_surrounding_text(), which currently only gtk4 seems to
do. When there is no selection or on other applications that always set
cursor = anchor, like gtk3 does, the behavior is not changed and still
only deletes one character.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2746>
2024-02-29 14:56:16 +00:00
..
2023-11-10 20:19:13 +00:00
2023-08-06 13:02:49 +02:00
2023-08-31 03:44:32 +00:00
2023-08-06 13:02:49 +02:00
2024-01-04 18:59:33 +00:00
2023-11-10 20:19:13 +00:00
2023-11-10 20:19:13 +00:00
2023-11-19 02:20:01 +00:00
2023-11-21 18:55:47 +00:00
2023-08-31 03:44:32 +00:00
2023-12-16 23:57:48 +01:00