sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 6610d424fe6a3aeb15c4cd47eafffbc9982e6f70
parent 3a81caedd89fae40fe996fb9a4492be9b30757e1
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Mon, 24 Jun 2013 16:56:31 +0200

Reprocess a chord when it breaks a chain

Diffstat:
Mtypes.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/types.c b/types.c @@ -48,6 +48,7 @@ hotkey_t *find_hotkey(xcb_keysym_t keysym, xcb_button_t button, uint16_t modfiel } } else if (num_active == 0) { abort_chain(); + return find_hotkey(keysym, button, modfield, event_type, replay_event); } PRINTF("num active %i\n", num_active);