Fix 'Mouse binding don't work'

next
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;
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;