From bffc76907a2237323a3e810bd6043c9f811cf16f Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 12 Jan 2025 19:16:04 +0100 Subject: 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. --- doc/Possible-key-values.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3