Fix key names not lining up correctly, bump prefs version since new key specials don't match old prefs

This commit is contained in:
elasota
2021-08-02 01:19:20 -04:00
parent eac270670d
commit 2c90110668
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
#include <atomic> #include <atomic>
#define kPrefsVersion 0x0039 #define kPrefsVersion 0x003a
void ReadInPrefs (void); void ReadInPrefs (void);

View File

@@ -554,6 +554,8 @@ static const char *gs_specialKeyNames[GpKeySpecials::kCount] =
"rt ctrl", "rt ctrl",
"lf alt", "lf alt",
"rt alt", "rt alt",
"lf cmd",
"rt cmd",
"num lock", "num lock",
"lf arrow", "lf arrow",
"up arrow", "up arrow",