diff --git a/GpCommon/GpVOSEvent.h b/GpCommon/GpVOSEvent.h index 53ce2f4..80f30a5 100644 --- a/GpCommon/GpVOSEvent.h +++ b/GpCommon/GpVOSEvent.h @@ -97,8 +97,8 @@ namespace GpKeySpecials kEnter, kLeftShift, kRightShift, - kLeftCtrl, // Maps to Command modifier on macOS. - kRightCtrl, // + kLeftCtrl, + kRightCtrl, kLeftAlt, kRightAlt, kLeftCommand,