Hoboneer / sxhkd-parser

Parser library for sxhkd configs
GNU General Public License v3.0
7 stars 0 forks source link

The `@` syntax in hotkeys seems like it should be at the start #22

Open Hoboneer opened 2 years ago

Hoboneer commented 2 years ago

In sxhkd(1),

If @ is added at the beginning of the keysym, the command will be run on key release events, otherwise on key press events.

Since this only affects the time at which the command will be run, it doesn't conceptually "belong" to any individual chord in the chain.