diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Possible-key-values.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md index d66e86d..1c0908f 100644 --- a/doc/Possible-key-values.md +++ b/doc/Possible-key-values.md @@ -68,6 +68,8 @@ Value | Meaning :----------------- | :------ `cursor_left` | Moves the cursor to the left with the slider gesture. `cursor_right` | Moves the cursor to the right with the slider gesture. +`cursor_up` | Moves the cursor up with the slider gesture. Warning: this might make the cursor leave the text box. +`cursor_down` | Moves the cursor down with the slider gesture. Warning: this might make the cursor leave the text box. ## Other modifiers and diacritics Value | Meaning |
