Merge branch 'multi-keycodes-fix' into next
This commit is contained in:
commit
610620ec45
|
@ -141,7 +141,7 @@ void grab_all_keys(xcb_connection_t *conn, bool bind_mode_switch) {
|
||||||
|
|
||||||
xcb_keycode_t *walk = bind->translated_to;
|
xcb_keycode_t *walk = bind->translated_to;
|
||||||
for (int i = 0; i < bind->number_keycodes; i++)
|
for (int i = 0; i < bind->number_keycodes; i++)
|
||||||
grab_keycode_for_binding(conn, bind, *walk);
|
grab_keycode_for_binding(conn, bind, *walk++);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue