From 744b06796d278b6ef473e12a88e4d32ff70d1ee1 Mon Sep 17 00:00:00 2001 From: Phil Marell Date: Sun, 8 Aug 2021 16:43:46 +1000 Subject: [PATCH] Remove no longer true comment --- GpCommon/GpVOSEvent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,