mirror of https://github.com/helix-editor/helix
added Down keymapping. (#1019)
parent
30744646cb
commit
bf4c70e027
|
@ -38,6 +38,7 @@ Control, Shift and Alt modifiers are encoded respectively with the prefixes
|
||||||
| Left | `"left"` |
|
| Left | `"left"` |
|
||||||
| Right | `"right"` |
|
| Right | `"right"` |
|
||||||
| Up | `"up"` |
|
| Up | `"up"` |
|
||||||
|
| Down | `"down"` |
|
||||||
| Home | `"home"` |
|
| Home | `"home"` |
|
||||||
| End | `"end"` |
|
| End | `"end"` |
|
||||||
| Page | `"pageup"` |
|
| Page | `"pageup"` |
|
||||||
|
|
Loading…
Reference in New Issue