parent
da9165aebf
commit
476a8b1429
1 changed files with 1 additions and 2 deletions
|
|
@ -126,8 +126,7 @@ def create_modifier_variants(keycode, terminfo_name_or_bytes, add_shifted_key=Tr
|
|||
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 a new issue