By Lakshmi.Byrth 2015-01-01 10:11:14
I use a controller on PC and my macros still work as you describe from controller (but not keyboard).
The behavior you're describing is a difference between controller and keyboard input that exists because control and alt have multiple functions and aren't tied exclusively to macro usage. This is also why the default behavior is to make the macro bar wait a second until it pops up (to verify that you aren't actually trying to use a different command).
For instance, if control was a toggle for whether or not the macro set is up (like L2 on the PS2 controller), then you'd hit L2 to pull it up and you'd accidentally untoggle it with Control-I or Control-M or any of the other ***that Control does. As it is, the behavior is:
L2 -> macro set pops up
Control M -> macro set disappears and magic menu pops up
Escape -> magic menu disappears, macro menu reappears
In order for them to have that behavior, they can't use control presses alone as a macro palette toggle, because a control press alone is ambiguous.