XProger / OpenLara

Classic Tomb Raider open-source engine
http://xproger.info/projects/OpenLara/
BSD 2-Clause "Simplified" License
4.64k stars 360 forks source link

Mac OS X: disable keyboard shortcuts #424

Open anatoliyz opened 2 years ago

anatoliyz commented 2 years ago

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

bitnose commented 1 year ago

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.