I had some macros with conditions like:
/use [mod:rctrl]Ability1;[mod:ctrl]Ability2;Ability3
(I remapped left Windows key to right Ctrl to get more usable modifiers on the left side).
Today I noticed that those macros no longer work as intended — in the above example Ability1
executed when I pressed either left or right Ctrl, and Ability2
could not be invoked at all. I tested the behavior of other similar conditions such as [mod:rshift]
and [mod:ralt]
, and found that apparently these conditions now also behave exactly like [mod:shift]
and [mod:alt]
, ignoring the r
part.
Is this an intended change, or just another bug which hopefully would be fixed?