mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-18 18:08:42 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user