2 * vim:ts=4:sw=4:expandtab
4 * i3 - an improved dynamic tiling window manager
5 * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
7 * key_press.c: key press handler
13 * There was a key press. We compare this key code with our bindings table and pass
14 * the bound action to parse_command().
17 void handle_key_press(xcb_key_press_event_t *event);
20 * Kills the commanderror i3-nagbar process, if any.
22 * Called when reloading/restarting, since the user probably fixed their wrong
25 * If wait_for_it is set (restarting), this function will waitpid(), otherwise,
26 * ev is assumed to handle it (reloading).
29 void kill_commanderror_nagbar(bool wait_for_it);