This commit is contained in:
Kovid Goyal 2017-06-21 10:19:45 +05:30
parent ea298f95f2
commit 3d5c65eaea
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -85,6 +85,7 @@ control_codes.update({
})
control_codes[defines.GLFW_KEY_6] = (30,)
control_codes[defines.GLFW_KEY_SLASH] = (31,)
control_codes[defines.GLFW_KEY_SPACE] = (0,)
rmkx_key_map = smkx_key_map.copy()