abouttreesummaryrefslogcommitdiff
path: root/doc
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
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')
-rw-r--r--doc/Custom-layouts.md1
-rw-r--r--doc/Possible-key-values.md4
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/Custom-layouts.md b/doc/Custom-layouts.md
index e9196f8..13f68e5 100644
--- a/doc/Custom-layouts.md
+++ b/doc/Custom-layouts.md
@@ -93,7 +93,6 @@ The following optional properties define the effects of swipes:
You can define a swipe only once with either compass-point or numeric notation. Unexpected Keyboard automatically puts a small legend in that direction from the center of the key.
-* `slider`: If `slider="true"`, and the key also has `w` and `e` properties, then the key tracks horizontal finger motion precisely and sends the `w` and `e` keystrokes repeatedly. In built-in layouts, this makes the space bar send left and right characters as the user slides on the space bar.
* `anticircle`: The key value to send when doing an anti-clockwise gesture on the key.
### Layout
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