mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
parent
24d0bb8bd5
commit
38d2839206
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ control_codes.update({
|
|||
for i, k in
|
||||
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue