mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-09 18:14:27 +03:00
Merge branch 'dryer' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
605b32f78a
@ -126,8 +126,7 @@ control_codes[defines.GLFW_KEY_3] = (27,)
|
||||
control_codes[defines.GLFW_KEY_4] = (28,)
|
||||
control_codes[defines.GLFW_KEY_5] = (29,)
|
||||
control_codes[defines.GLFW_KEY_6] = control_codes[defines.GLFW_KEY_CIRCUMFLEX] = (30,)
|
||||
control_codes[defines.GLFW_KEY_7] = (31,)
|
||||
control_codes[defines.GLFW_KEY_SLASH] = (31,)
|
||||
control_codes[defines.GLFW_KEY_7] = control_codes[defines.GLFW_KEY_SLASH] = (31,)
|
||||
control_codes[defines.GLFW_KEY_8] = (127,)
|
||||
|
||||
rmkx_key_map = smkx_key_map.copy()
|
||||
|
Loading…
Reference in New Issue
Block a user