abouttreesummaryrefslogcommitdiff
path: root/doc/Possible-key-values.md
diff options
context:
space:
mode:
authorJules Aguillon2025-02-22 11:41:13 +0100
committerJules Aguillon2025-03-01 16:52:46 +0100
commit80c52460c70d16e7d1f79dd45190747051e764a1 (patch)
tree19d77e25b5cb71fefe042855fa43c647cb38dceb /doc/Possible-key-values.md
parent2b978dd2e00af6cc3a3efb218cc33fdbdd2318cc (diff)
downloadunexpected-keyboard-80c52460c70d16e7d1f79dd45190747051e764a1.tar.gz
unexpected-keyboard-80c52460c70d16e7d1f79dd45190747051e764a1.zip
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.
Diffstat (limited to 'doc/Possible-key-values.md')
-rw-r--r--doc/Possible-key-values.md14
1 files changed, 8 insertions, 6 deletions
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