waycrate / swhkd

Sxhkd clone for Wayland (works on TTY and X11 too)
https://git.sr.ht/~shinyzenith/swhkd
BSD 2-Clause "Simplified" License
676 stars 47 forks source link

[feature] config/daemon: added any modifier #130

Closed EdenQwQ closed 2 years ago

EdenQwQ commented 2 years ago

any represent any available modifiers.

any + a
    1

is the same as

super + a
    1
ctrl + a
    1
shift + a
    1
alt + a
    1

but this is implemented by modifying the daemon part, not expanding the config.

Shinyzenith commented 2 years ago

I'll merge when I get home or you can merge it yourself.

Actually on second thoughts, lets wait till we finish documentation.