Hoboneer / sxhkd-parser

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

`hkfind`: Allow filtering on hotkey information #21

Open Hoboneer opened 2 years ago

Hoboneer commented 2 years ago

Stuff like chain length and whether a hotkey permutation is within a mode would be good.

Whether a command runs upon key release or press, and whether the chord event is to be replayed for other clients would also be good. However, this would need to allow one to specify which chord in the chain is being checked.

Some potential predicates:

Hoboneer commented 2 years ago

Should index arguments allow negative values to mean that it starts from the end?