diff --git a/GpApp/Main.cpp b/GpApp/Main.cpp index 093cfd3..4753d23 100644 --- a/GpApp/Main.cpp +++ b/GpApp/Main.cpp @@ -44,7 +44,7 @@ #include -#define kPrefsVersion 0x0039 +#define kPrefsVersion 0x003a void ReadInPrefs (void); diff --git a/GpApp/Utilities.cpp b/GpApp/Utilities.cpp index 21375b9..0b8efc7 100644 --- a/GpApp/Utilities.cpp +++ b/GpApp/Utilities.cpp @@ -554,6 +554,8 @@ static const char *gs_specialKeyNames[GpKeySpecials::kCount] = "rt ctrl", "lf alt", "rt alt", + "lf cmd", + "rt cmd", "num lock", "lf arrow", "up arrow",