mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Fix key names not lining up correctly, bump prefs version since new key specials don't match old prefs
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#define kPrefsVersion 0x0039
|
||||
#define kPrefsVersion 0x003a
|
||||
|
||||
|
||||
void ReadInPrefs (void);
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user