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:
Glenn Maynard
2006-01-12 18:42:39 +00:00
parent 07c6998820
commit b52fe82827
+2
View File
@@ -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";