On Mon, Mar 01, 2021 at 12:15:09PM -0800, David Budzynski wrote: > > Hi, > > I recently switched to qtile from KDE and I love it. I really appreciate > all the hard work you put in the project. I hope I can contribute to it at > some point as well. > > I was trying to set up my keybindings and I noticed that I can't set up a > keybinding that would use a mod key and for example < or > character. Is > something like that possible in qtile at all? I was thinking about binding > - and = to shrink and grow the size of the window but every time I try one > of these my config crashes and qtile loads defaults.
I think it's probably because these key bindings are stored under their english names, and not the actual key, e.g. "equal" vs. "=", etc. See our unsophisticated list here: https://github.com/qtile/qtile/blob/master/libqtile/xkeysyms.py Tycho -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/20210302042735.GB421111%40cisco.
