Cubyz
Cubyz copied to clipboard
Mac Inputs
Some default keybinds in macos are invalid
- ctrl + space prefers to change keyboard language (and also gets stuck pressed when inputted as space + ctrl)
- screenshots don't work because Macs don't have print screen key
Not sure if there's anything Cubyz can do about it, except to have a different settings.json in mac apps (which I'm the only one building).
The defaults are defined in the code, so you could easily do if(isMac) GLFW_KEY_... else GLFW_KEY_...