Support a non-modifier
statico opened this issue · 2 comments
statico commented
Right now you can bind keys with modifiers easily:
k.down('ctrl shift q', ...)
It would be awesome if I coud bind keys without modifiers:
k.down('plain q', ...)
I'm not sure if plain
is the right term. unmodified
seems too verbose. :)
marquete commented
Interesting! And potentially very useful. (: I'll keep this in mind. Again, thanks for your feedback!
marquete commented
Now by default the key is bound without modifiers if none are specified.