Unexpected-Keyboard/srcs
Jules Aguillon 5123ce5417 Fix slider movements changing input focus
The slider was repeatedly sending arrow keys, which change the focused
input when the end of a text box is hit.

A new key is added that implements cursor movements using the
`InputConnection` API.
The new keys are defined as `KeyValue.Editing`, which are no longer only
context menu actions.

The behavior when a selection has started is changed. The selection is
modified instead of cleared even when shift isn't pressed or the
selection would become empty.

Fallbacks to sending arrow keys for editors that do not support the API,
like Termux.
2023-08-17 12:47:44 +02:00
..
juloo.common Correct displayed value when cancelling settings modification 2022-03-21 00:39:40 +01:00
juloo.keyboard2 Fix slider movements changing input focus 2023-08-17 12:47:44 +02:00
special_font Add glyphs for editing keys 2023-08-06 19:17:05 +02:00