diff options
Diffstat (limited to 'doc/Possible-key-values.md')
| -rw-r--r-- | doc/Possible-key-values.md | 14 |
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 |
