Cubyz icon indicating copy to clipboard operation
Cubyz copied to clipboard

Mac Inputs

Open archbirdplus opened this issue 1 year ago • 1 comments

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).

archbirdplus avatar Jun 01 '24 23:06 archbirdplus

The defaults are defined in the code, so you could easily do if(isMac) GLFW_KEY_... else GLFW_KEY_...

IntegratedQuantum avatar Jun 02 '24 08:06 IntegratedQuantum