summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.h
diff options
context:
space:
mode:
authorForge <jgrimbert@free.fr>2009-01-01 21:04:00 +0100
committerForge <jgrimbert@free.fr>2009-01-01 21:04:00 +0100
commitda857b4386d53bed713871f31f1b4e6b0851373f (patch)
treed7c573325b2303726f3f97ac563b1fc038b3606f /src/keyboardconfig.h
parent5576b9efc3f9fe63ecebeaa63d1e5951a3d8d2cf (diff)
downloadmana-client-da857b4386d53bed713871f31f1b4e6b0851373f.tar.gz
mana-client-da857b4386d53bed713871f31f1b4e6b0851373f.tar.bz2
mana-client-da857b4386d53bed713871f31f1b4e6b0851373f.tar.xz
mana-client-da857b4386d53bed713871f31f1b4e6b0851373f.zip
Customisable shortkey for smiley (defaulting to keypad 0-9/*)
First step to more smileys... Fully functionnal, very minor modifications Provisions made for second step (windows for choosing smiley) Signed-off-by: Forge <jgrimbert@free.fr>
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r--src/keyboardconfig.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h
index b51f12f4..08c1dba7 100644
--- a/src/keyboardconfig.h
+++ b/src/keyboardconfig.h
@@ -177,6 +177,20 @@ class KeyboardConfig
KEY_WINDOW_SHORTCUT,
KEY_WINDOW_SETUP,
KEY_WINDOW_DEBUG,
+ KEY_WINDOW_ALLSMILEY,
+ KEY_WINDOW_SMILEY_SHORTCUT,
+ KEY_SMILEY_1,
+ KEY_SMILEY_2,
+ KEY_SMILEY_3,
+ KEY_SMILEY_4,
+ KEY_SMILEY_5,
+ KEY_SMILEY_6,
+ KEY_SMILEY_7,
+ KEY_SMILEY_8,
+ KEY_SMILEY_9,
+ KEY_SMILEY_10,
+ KEY_SMILEY_11,
+ KEY_SMILEY_12,
KEY_TOTAL
};