Let's try to make the FN key recognized!

I'm <s>DeceasedCrab</s>Wolfman2000, huzzah!
This commit is contained in:
Jason Felds
2011-06-05 10:45:50 -04:00
parent e641a88daf
commit ecc75b60f9
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -63,6 +63,8 @@ static void InitNames()
g_mapNamesToString[KEY_LSUPER] = "left super";
g_mapNamesToString[KEY_RSUPER] = "right super";
g_mapNamesToString[KEY_MENU] = "menu";
g_mapNamesToString[KEY_FN] = "function";
g_mapNamesToString[KEY_NUMLOCK] = "num lock";
g_mapNamesToString[KEY_SCRLLOCK] = "scroll lock";