mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
@@ -72,6 +72,8 @@ control_codes.update({
|
|||||||
for i, k in
|
for i, k in
|
||||||
enumerate(range(defines.GLFW_KEY_A, defines.GLFW_KEY_RIGHT_BRACKET + 1))
|
enumerate(range(defines.GLFW_KEY_A, defines.GLFW_KEY_RIGHT_BRACKET + 1))
|
||||||
})
|
})
|
||||||
|
control_codes[defines.GLFW_KEY_6] = (30,)
|
||||||
|
control_codes[defines.GLFW_KEY_SLASH] = (31,)
|
||||||
|
|
||||||
|
|
||||||
rmkx_key_map = smkx_key_map.copy()
|
rmkx_key_map = smkx_key_map.copy()
|
||||||
|
|||||||
Reference in New Issue
Block a user