summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.h
diff options
context:
space:
mode:
authorSteve Cotton <steve@s.cotton.clara.co.uk>2009-02-11 23:28:18 +0000
committerIra Rice <irarice@gmail.com>2009-02-13 08:04:10 -0700
commitcb0be69dcf9ca771943fbe36c8b740490a6f459c (patch)
tree1fdae03b92aabd7652a6257797ed6fcc4e42a05d /src/keyboardconfig.h
parent35d95932256d615da0599bad8acdbf91777962b0 (diff)
downloadmana-client-cb0be69dcf9ca771943fbe36c8b740490a6f459c.tar.gz
mana-client-cb0be69dcf9ca771943fbe36c8b740490a6f459c.tar.bz2
mana-client-cb0be69dcf9ca771943fbe36c8b740490a6f459c.tar.xz
mana-client-cb0be69dcf9ca771943fbe36c8b740490a6f459c.zip
Ignore "window manager + arrow" key combinations
Adds two configurable "ignore" keys. Stops the character moving about if the user's window manager uses "ignore+arrow key" to switch virtual desktops.
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r--src/keyboardconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h
index 484c0c63..61d7887d 100644
--- a/src/keyboardconfig.h
+++ b/src/keyboardconfig.h
@@ -208,6 +208,8 @@ class KeyboardConfig
KEY_SCROLL_CHAT_DOWN,
KEY_OK,
KEY_QUIT,
+ KEY_IGNORE_INPUT_1,
+ KEY_IGNORE_INPUT_2,
KEY_TOTAL
};