(svn r20059) -Feature: customizable hotkeys for the main window (the global hotkeys)

This commit is contained in:
yexo
2010-07-03 13:42:27 +00:00
parent da57796d51
commit 70a35a94b5
3 changed files with 117 additions and 45 deletions

View File

@@ -74,7 +74,7 @@ struct Hotkey {
const uint16 *keycode = default_keycodes;
while (*keycode != 0) {
this->keycodes.Include(keycode);
this->keycodes.Include(*keycode);
keycode++;
}
}