Merge pull request #2827 from akash-akya/next

Fix 'Mouse binding don't work'
This commit is contained in:
Ingo Bürk 2017-07-09 13:23:42 +02:00 committed by GitHub
commit cea7d135a5
1 changed files with 1 additions and 2 deletions

View File

@ -474,8 +474,7 @@ void translate_keysyms(void) {
xcb_keycode_t key = button;
bind->keycode = key;
ADD_TRANSLATED_KEY(key, bind->event_state_mask);
continue;
DLOG("Binding Mouse button, Keycode = %d\n", key);
}
xkb_layout_index_t group = XCB_XKB_GROUP_1;