names for stuff that's tricky for Keymaps.ini (a little nicer than using a more obscure separator). Not sure if there's any point to having full names for other keys ("at", "semicolon").
This commit is contained in:
@@ -15,6 +15,8 @@ static void InitNames()
|
||||
if( !g_mapNamesToString.empty() )
|
||||
return;
|
||||
|
||||
g_mapNamesToString[KEY_PERIOD] = "period";
|
||||
g_mapNamesToString[KEY_COMMA] = "comma";
|
||||
g_mapNamesToString[KEY_SPACE] = "space";
|
||||
g_mapNamesToString[KEY_DEL] = "delete";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user