Move switch_mode to bindings.[ch]

This commit is contained in:
Tony Crisci
2014-04-14 14:52:56 -04:00
committed by Michael Stapelberg
parent 05f0585817
commit 702906d0cf
4 changed files with 36 additions and 36 deletions

View File

@ -42,3 +42,9 @@ Binding *get_keyboard_binding(uint16_t modifiers, bool key_release, xcb_keycode_
*
*/
void translate_keysyms(void);
/**
* Switches the key bindings to the given mode, if the mode exists
*
*/
void switch_mode(const char *new_mode);