BurntSushi / xgbutil

A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Do What The F*ck You Want To Public License
194 stars 46 forks source link

More functions for working with modifiers #52

Open lolbinarycat opened 4 years ago

lolbinarycat commented 4 years ago

Currently, if you don't want to do any masking yourself, there's only one function that you can use (that I know of), and that's keybind.ModifierString. This functions does several things you might not want:

Now, this isn't to say it's a bad function, but rather that it isn't sufficient as the only function.