Remove the 'slider="true"' attribute

Whether a key behaves as a slider is now purely defined by the key
values present on it.
This commit is contained in:
Jules Aguillon
2025-01-11 16:30:36 +01:00
parent 1783dcdb35
commit ddd2eebb0e
8 changed files with 13 additions and 20 deletions

View File

@@ -66,8 +66,8 @@ Value | Meaning
These keys perform editing on the text without sending keys that the app can interpret differently or ignore.
Value | Meaning
:----------------- | :------
`cursor_left` | Moves the cursor position to the left directly, without sending a `left` key event.
`cursor_right` | Moves the cursor position to the right directly, without sending a `right` key event.
`cursor_left` | Moves the cursor to the left with the slider gesture.
`cursor_right` | Moves the cursor to the right with the slider gesture.
## Other modifiers and diacritics
Value | Meaning