mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Fix #89
This commit is contained in:
@@ -85,6 +85,7 @@ control_codes.update({
|
|||||||
})
|
})
|
||||||
control_codes[defines.GLFW_KEY_6] = (30,)
|
control_codes[defines.GLFW_KEY_6] = (30,)
|
||||||
control_codes[defines.GLFW_KEY_SLASH] = (31,)
|
control_codes[defines.GLFW_KEY_SLASH] = (31,)
|
||||||
|
control_codes[defines.GLFW_KEY_SPACE] = (0,)
|
||||||
|
|
||||||
|
|
||||||
rmkx_key_map = smkx_key_map.copy()
|
rmkx_key_map = smkx_key_map.copy()
|
||||||
|
|||||||
Reference in New Issue
Block a user