Just a suggestion...
@keydown:none
< action A >
@keydown:else
< action B >
..would be handier than..
@keydown:none
< action A >
@keydown:shift
< action B >
@keydown:ctrl
< action B >
@keydown:alt
< action B >
Regards, AB
Just a suggestion...
@keydown:none
< action A >
@keydown:else
< action B >
..would be handier than..
@keydown:none
< action A >
@keydown:shift
< action B >
@keydown:ctrl
< action B >
@keydown:alt
< action B >
Regards, AB
Seems unusual to want to make no keys being held down the modifier, and all the other keys be the norm. When do you end up needing that? Or is it so you don't have to remember which key you chose?
Well deduced. It is so I don't have to think about what modifier key to choose.
Regards, AB
In the next update we've added @keydown:any which should give you the same effect.