diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-05 09:30:52 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-05 09:30:52 -0700 |
commit | b2972f32eb806f8d3f1acc110f2b8a994c902c2c (patch) | |
tree | 879f70722eadadbbc738ded0e5933c66825c9a3a /src/keyboardconfig.h | |
parent | b64fd3b17bcd3f750851f0213eac43d467de8600 (diff) | |
download | mana-b2972f32eb806f8d3f1acc110f2b8a994c902c2c.tar.gz mana-b2972f32eb806f8d3f1acc110f2b8a994c902c2c.tar.bz2 mana-b2972f32eb806f8d3f1acc110f2b8a994c902c2c.tar.xz mana-b2972f32eb806f8d3f1acc110f2b8a994c902c2c.zip |
Three things: Split chat and NPC dialog functionality based on the TMW
complaint commit d2876ad85935c5d0b181d050bd4c19a4682123b1 (btw, if
you're concerned about that, return is also a bad choice for the chat
window in general, which overrides the GuiChan default for use widget.
Tab would also be a bad choice, as it cycles through the widgets), next,
I made the text displayed by the keyboard configuration setup dialog
translatable, and lastly, I exposed the rest of the previously
unconfigurable keys to be configurable through the keyboard setup tab.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index 2077126d..ba8039bf 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -164,6 +164,9 @@ class KeyboardConfig KEY_PICKUP, KEY_HIDE_WINDOWS, KEY_SIT, + KEY_SCREENSHOT, + KEY_TRADE, + KEY_PATHFIND, KEY_SHORTCUT_1, KEY_SHORTCUT_2, KEY_SHORTCUT_3, @@ -176,6 +179,7 @@ class KeyboardConfig KEY_SHORTCUT_10, KEY_SHORTCUT_11, KEY_SHORTCUT_12, + KEY_WINDOW_HELP, KEY_WINDOW_STATUS, KEY_WINDOW_INVENTORY, KEY_WINDOW_EQUIPMENT, @@ -199,6 +203,11 @@ class KeyboardConfig KEY_EMOTE_10, KEY_EMOTE_11, KEY_EMOTE_12, + KEY_TOGGLE_CHAT, + KEY_SCROLL_CHAT_UP, + KEY_SCROLL_CHAT_DOWN, + KEY_OK, + KEY_QUIT, KEY_TOTAL }; |