Open clarsen opened 12 months ago
skhd won't recognise many (if any?) symbols. Instead you need to enter its HEX keycode.
You get this code by running skhd -o
in a terminal, and then pressing your key.
insert this keycod in place of the symbol in your skhd conf.
So for me '[' = 0x21
so your conf would be: shift + alt - 0x21 : yabai -m window --space next
I'm trying to use ']' but couldn't find its code.
Using skhd -o
displays the input characters as it is
have a look at #309 . similar issue and it got solved in the meantime by the OP with some combination of restart/reinstall/accessbility/etc
I tried stopping, reinstalling and restarting the service but no luck. For anyone with the problem, this stackoverflow answer should help https://stackoverflow.com/a/16125341
I add the same issue as @amlanjlahkar on macOS using Alacritty. Reverting to the basic Terminal.app solved the issue and made hex keycode available.
skhd-v0.3.9
When I try to use this binding:
I get this error:
57:15 expected key-literal
and although skhd is still running, it won't respond to any keypresses.