I have this line to rebind control to alt because my control key doesn't work.
LAlt::LCtrl
It seems to work in other contexts except Starcraft 2. The game does register my alt presses as ctrl. The problem is when I tried to change my keybindings in the settings, it couldn't bind combinations of alt + another key. Normally in sc2 you would be able to bind combinations with modifier keys (shift, ctrl, alt).
The problem seems to be that now my alt key (which is bound to be Ctrl) only sends a signal on release. I tested this with online keyboard testers and I seem to be correct. So I need a way to make it so that it also sends a signal while it's pressed down or something like that.
Btw I also have this line to make AltTab work.
<!Tab::AltTab
No idea what that means. Holding down alt works when I'm alt tabbing, so that's weird.