summaryrefslogtreecommitdiff
path: root/src/dwb.c
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-06-29 17:51:01 +0200
committerportix <portix@gmx.net>2011-06-29 17:51:01 +0200
commit4163a0acc6555e5127133beaa3aec71ccb669d74 (patch)
tree25d418f1152931312fd1048dd80834c32c45cc47 /src/dwb.c
parent83f48a518b1dfd77d8504614dad2752ad492e4f0 (diff)
downloaddwb-4163a0acc6555e5127133beaa3aec71ccb669d74.zip
Allow non ascii shortcuts, fixes #34
Diffstat (limited to 'src/dwb.c')
-rw-r--r--src/dwb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dwb.c b/src/dwb.c
index 43af08d3..6cbe883a 100644
--- a/src/dwb.c
+++ b/src/dwb.c
@@ -2017,6 +2017,8 @@ dwb_eval_key(GdkEventKey *e) {
KeyMap *tmp = NULL;
GList *coms = NULL;
+ PRINT_DEBUG("buffer: %s key: %s", buf, key);
+
for (GList *l = dwb.keymap; l; l=l->next) {
KeyMap *km = l->data;
if (km->map->entry) {