mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +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>
|
#include <atomic>
|
||||||
|
|
||||||
#define kPrefsVersion 0x0039
|
#define kPrefsVersion 0x003a
|
||||||
|
|
||||||
|
|
||||||
void ReadInPrefs (void);
|
void ReadInPrefs (void);
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user