OpenLara icon indicating copy to clipboard operation
OpenLara copied to clipboard

Mac OS X: disable keyboard shortcuts

Open anatoliyz opened this issue 3 years ago • 1 comments

Under Mac OS X, in full screen mode, if Action is bound to Control, then Ctrl + Up/Down are not working in-game due to the fact that they are bound to system keyboard shortcuts.

Is it possible to completely ignore all system shortcuts while the game is running, as it is done for example here:

https://github.com/sergiou87/open-supaplex/tree/master/macos

anatoliyz avatar May 17 '22 09:05 anatoliyz

I rushed to the same problem. What I did, changed the Action be bound to Alt instead of Control, then Alt + Up/Down works. Don't know which one is more elegant solution.

bitnose avatar Jan 14 '23 18:01 bitnose