From 80c52460c70d16e7d1f79dd45190747051e764a1 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 22 Feb 2025 11:41:13 +0100 Subject: Add 'delete_word' and 'forward_delete_word' keys These keys are the equivalent of ctrl+backspace and ctrl+delete, respectively. They can be reached with Gesture+backspace and Gesture+delete respectively. --- doc/Possible-key-values.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/Possible-key-values.md') diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md index a5defef..0898341 100644 --- a/doc/Possible-key-values.md +++ b/doc/Possible-key-values.md @@ -87,12 +87,14 @@ These keys are sent to apps, which are free to ignore them. The keyboard does no ## Keyboard editing actions In contrast, these keys perform editing on the text without sending anything to the app. -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. +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. +`delete_word` | Delete the word to the left of the cursor. +`forward_delete_word` | Delete the word to the right of the cursor. ## Whitespace Value | Meaning -- cgit v1.2.3