projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0cc071
)
(MINPUT_KEY_ALTGR_MODIFIER): New macro.
author
handa
<handa>
Thu, 19 Aug 2010 00:48:58 +0000
(
00:48
+0000)
committer
handa
<handa>
Thu, 19 Aug 2010 00:48:58 +0000
(
00:48
+0000)
src/input.h
patch
|
blob
|
history
diff --git
a/src/input.h
b/src/input.h
index
9e0468f
..
8b8ba15
100644
(file)
--- a/
src/input.h
+++ b/
src/input.h
@@
-100,6
+100,7
@@
typedef struct
#define MINPUT_KEY_ALT_MODIFIER (1 << 3)
#define MINPUT_KEY_SUPER_MODIFIER (1 << 4)
#define MINPUT_KEY_HYPER_MODIFIER (1 << 5)
+#define MINPUT_KEY_ALTGR_MODIFIER (1 << 6)
extern MSymbol minput__char_to_key (int c);