mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
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:
@@ -97,8 +97,8 @@ namespace GpKeySpecials
|
||||
kEnter,
|
||||
kLeftShift,
|
||||
kRightShift,
|
||||
kLeftCtrl,
|
||||
kRightCtrl,
|
||||
kLeftCtrl, // Maps to Command modifier on macOS.
|
||||
kRightCtrl, //
|
||||
kLeftAlt,
|
||||
kRightAlt,
|
||||
kNumLock,
|
||||
|
Reference in New Issue
Block a user