]> git.sur5r.net Git - i3/i3/blobdiff - include/bindings.h
Move translate_keysyms to bindings.[ch]
[i3/i3] / include / bindings.h
index bae31132b17195ad62ed3c9daa09cb5472dab699..265320245126261bef24c03f363e46317d42bcb8 100644 (file)
@@ -36,3 +36,9 @@ void grab_all_keys(xcb_connection_t *conn, bool bind_mode_switch);
  *
  */
 Binding *get_keyboard_binding(uint16_t modifiers, bool key_release, xcb_keycode_t keycode);
+
+/**
+ * Translates keysymbols to keycodes for all bindings which use keysyms.
+ *
+ */
+void translate_keysyms(void);