Age | Commit message (Collapse) | Author |
|
This is a very sweeping change, but I feel that it is necessary.
|
|
Before this patch, releasing Shift would end the switch, even if
the Shift key was part of the prevstacked key binding.
This patch fixes that. It ranks the modifiers, so that Shift can
act as an "alternate" modifier for all modifiers, Alt for all keys
but Shift, Ctrl for all keys but Alt and Shift and so forth. The
Hyper key cannot act as an "alternate" modifier for any modifier.
It is a bit complex, but hopefully intuitive.
|
|
I wanted to call it layer#, but it (rather silently, apart from
the crashing...) conflicted with something else.
|
|
|
|
|
|
|
|
This is the original state of the released tarball for JWM 1.8,
which will serve as my starting point for further modifications.
|