abouttreesummaryrefslogcommitdiff
path: root/doc/Possible-key-values.md
diff options
context:
space:
mode:
authorJules Aguillon2025-01-11 16:30:36 +0100
committerJules Aguillon2025-01-11 16:30:36 +0100
commitddd2eebb0e2a811c922d9c30c7ce17980caeb2a5 (patch)
tree5faa03098d07032a68e7a993920a9ce9f656ccde /doc/Possible-key-values.md
parent1783dcdb35a5c482ca6de2351a0f9c6321bdf786 (diff)
downloadunexpected-keyboard-ddd2eebb0e2a811c922d9c30c7ce17980caeb2a5.tar.gz
unexpected-keyboard-ddd2eebb0e2a811c922d9c30c7ce17980caeb2a5.zip
Remove the 'slider="true"' attribute
Whether a key behaves as a slider is now purely defined by the key values present on it.
Diffstat (limited to 'doc/Possible-key-values.md')
-rw-r--r--doc/Possible-key-values.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md
index 5563078..d66e86d 100644
--- a/doc/Possible-key-values.md
+++ b/doc/Possible-key-values.md
@@ -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