projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6f4bc0
)
adds TODO for deprecated gdkkeysyms
author
Robert Timm
<mail@rtti.de>
Mon, 17 Apr 2017 20:41:47 +0000
(22:41 +0200)
committer
Robert Timm
<mail@rtti.de>
Fri, 21 Apr 2017 06:17:08 +0000
(08:17 +0200)
src/map.c
patch
|
blob
|
history
diff --git
a/src/map.c
b/src/map.c
index
d5b1768
..
7cf9204
100644
(file)
--- a/
src/map.c
+++ b/
src/map.c
@@
-55,6
+55,9
@@
static struct {
char one;
char two;
} special_keys[] = {
+ /* TODO: In GTK3, keysyms changed to have a KEY_ prefix.
+ * See gdkkeysyms.h and gdkkeysyms-compat.h
+ */
{GDK_SHIFT_MASK, GDK_Tab, 'k', 'B'},
{0, GDK_Up, 'k', 'u'},
{0, GDK_Down, 'k', 'd'},