baskerville / sxhkd

Simple X hotkey daemon
BSD 2-Clause "Simplified" License
2.79k stars 139 forks source link

sxhkd cannt abort a chord chain #292

Open huwqchn opened 1 year ago

huwqchn commented 1 year ago
super + a ; {a, b}
   {arandr,brave}

when press super a, and press a again, the application arandr showing up, it works well, but when I press esc that doesnt escape that mode, press a also start arandr again. I dont know how to escape chord chain

abrendtro commented 1 year ago

That's odd... Maybe set an abort keysym manually with -a?

huwqchn commented 1 year ago

after update, it works.