Use Command key instead of Control as modifier on macOS

This provides an experience closer to the original classic Mac version.

This is supported by the earlier changes to gracefully quit the game.
This commit is contained in:
Phil Marell
2021-07-24 16:27:34 +10:00
parent c3eb23af4b
commit e098370249
3 changed files with 19 additions and 3 deletions

View File

@@ -97,8 +97,8 @@ namespace GpKeySpecials
kEnter,
kLeftShift,
kRightShift,
kLeftCtrl,
kRightCtrl,
kLeftCtrl, // Maps to Command modifier on macOS.
kRightCtrl, //
kLeftAlt,
kRightAlt,
kNumLock,