diff options
| author | Jules Aguillon | 2025-01-12 19:16:04 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2025-01-12 19:16:04 +0100 |
| commit | bffc76907a2237323a3e810bd6043c9f811cf16f (patch) | |
| tree | 9d2326b283cf2222c7ca23d4d4cd27c5413c8262 /doc | |
| parent | ca05c073d27e6e5faaf46970ae76d89a7e69a44a (diff) | |
| download | unexpected-keyboard-bffc76907a2237323a3e810bd6043c9f811cf16f.tar.gz unexpected-keyboard-bffc76907a2237323a3e810bd6043c9f811cf16f.zip | |
Add cursor_up and cursor_down slider keys
Implement up and down cursor movement slider. This is not added to any
layout yet due to the undesirable behavior when moving the focus out of
the text box being edited.
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 |
