...
This commit is contained in:
parent
601682fd5a
commit
ee7f25c9ba
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
defines.GLFW_KEY_RIGHT: key_as_bytes('kRIT'),
|
||||
}
|
||||
|
||||
control_codes = {k: 1 + i for i, k in enumerate(range(defines.GLFW_KEY_SPACE, defines.GLFW_KEY_RIGHT_BRACKET))}
|
||||
control_codes = {k: 1 + i for i, k in enumerate(range(defines.GLFW_KEY_A, defines.GLFW_KEY_RIGHT_BRACKET))}
|
||||
alt_codes = {k: (0x1b, k) for i, k in enumerate(range(defines.GLFW_KEY_SPACE, defines.GLFW_KEY_RIGHT_BRACKET))}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue