Inspired by e0c66ea5ba3e0bd1b375c05a9450b2d3ead412b6.
This commit is contained in:
Luflosi 2020-01-12 23:31:26 +01:00
parent da9165aebf
commit 476a8b1429
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -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()