Reputation: 16614
How to remap Alt+j as AltTab and Alt+k as Alt + Shift + Tab?
Upvotes: 0
Views: 807
Reputation: 8759
You can use right Alt:
RAlt & j::AltTab
RAlt & k::ShiftAltTab
or left Alt:
LAlt & j::AltTab
LAlt & k::ShiftAltTab
or both!
Upvotes: 1