mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
add the enter key on the numpad to the key map
This commit is contained in:
parent
625d41305d
commit
e53c00339a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ del f
|
|||
|
||||
key_map[defines.GLFW_KEY_ESCAPE] = b'\033'
|
||||
key_map[defines.GLFW_KEY_ENTER] = b'\r'
|
||||
key_map[defines.GLFW_KEY_KP_ENTER] = b'\r'
|
||||
key_map[defines.GLFW_KEY_BACKSPACE] = key_as_bytes('kbs')
|
||||
key_map[defines.GLFW_KEY_TAB] = b'\t'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue