(svn r20067) -Add: special modifier (GLOBAL) to mark hotkeys as global hotkeys

This commit is contained in:
yexo
2010-07-03 20:14:56 +00:00
parent 4f51623d12
commit 4012f85eec
3 changed files with 9 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ static const KeycodeNames _keycode_to_name[] = {
{"CTRL", WKC_CTRL},
{"ALT", WKC_ALT},
{"META", WKC_META},
{"GLOBAL", WKC_GLOBAL_HOTKEY},
{"ESC", WKC_ESC},
{"DEL", WKC_DELETE},
{"RETURN", WKC_RETURN},