abouttreesummaryrefslogcommitdiff
path: root/doc
diff options
context:
space:
mode:
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