diff options
Diffstat (limited to 'doc/Possible-key-values.md')
| -rw-r--r-- | doc/Possible-key-values.md | 4 |
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 |
