mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
Fix #89
This commit is contained in:
parent
ea298f95f2
commit
3d5c65eaea
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ control_codes.update({
|
|||
})
|
||||
control_codes[defines.GLFW_KEY_6] = (30,)
|
||||
control_codes[defines.GLFW_KEY_SLASH] = (31,)
|
||||
control_codes[defines.GLFW_KEY_SPACE] = (0,)
|
||||
|
||||
|
||||
rmkx_key_map = smkx_key_map.copy()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue