Fix 'Mouse binding don't work'

This commit is contained in:
akash akya 2017-07-07 01:03:36 +05:30
parent 2a918169f2
commit ec3ffdd7a0
1 changed files with 1 additions and 2 deletions

View File

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