diff options
author | Henry | 2022-06-06 02:22:10 +0000 |
---|---|---|
committer | GitHub | 2022-06-06 02:22:10 +0000 |
commit | 8351a82c2cae58dd49c654d0e878c9d7227ef9c8 (patch) | |
tree | 5aaf8913ee98abd84c9bcae3a50e65c890419c19 /book/src | |
parent | 0035c29fc16f6c795257e241fddd9f2178bc4b4c (diff) |
simplify some keymap key names (#2677)
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/remapping.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/book/src/remapping.md b/book/src/remapping.md index 1cdf9b1f..bd4ac7f8 100644 --- a/book/src/remapping.md +++ b/book/src/remapping.md @@ -33,12 +33,7 @@ Control, Shift and Alt modifiers are encoded respectively with the prefixes | Backspace | `"backspace"` | | Space | `"space"` | | Return/Enter | `"ret"` | -| < | `"lt"` | -| \> | `"gt"` | -| \+ | `"plus"` | | \- | `"minus"` | -| ; | `"semicolon"` | -| % | `"percent"` | | Left | `"left"` | | Right | `"right"` | | Up | `"up"` | |