I grew up with windows, so after getting my macbook, installing windows was the first thing to do.
My fingers have grown in that specific keyboard layout where you have (from left to right):
LCtrl – LWindows – LAlt ~~ RAlt – RCtrl
Which is not the order the macbook keys are in! But there is this awesome free windows tool called AutoHotKey. Put this config in there, and you’re ready to go!
LAlt::LWin
LWin::LAlt
RAlt::RControl
RWin::RAlt
It’s not only due to the laptop being a Macbook. Some Windows-based laptop also have a different keyboard layout for those specific keys so in that case you could use AutoHotKey as well.
Yes sir! You can even capture crazy combo’s and fire scripts from those events.
It’s a really powerful tool!