You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i try to bind a shortcut on the F10 to F12 key but the parser is unable to parse these keys. The manual (man 5 swhkd-keys) says that these keys are also supported.
I have the following config file in ~/.config/swhkd/swhkdrc:
f12
xterm
When I try to parse this file with ./sweet ~/.config/swhkd/swhkdrc I get the following error message:
Fixeswaycrate/sweet#1
# Changes to SWHKD
- Bumped dependency sweet to 0.4.0
# Changes to sweet
- Reorder conflicting keys in descending order to avoid greedy parsing
of shorter variants
Hello,
i try to bind a shortcut on the F10 to F12 key but the parser is unable to parse these keys. The manual (
man 5 swhkd-keys
) says that these keys are also supported.I have the following config file in
~/.config/swhkd/swhkdrc
:When I try to parse this file with
./sweet ~/.config/swhkd/swhkdrc
I get the following error message:Is there a workaround to also use the F10 to F12 keys for keybindings?
Best regards
The text was updated successfully, but these errors were encountered: