DEV Community

Aaron Schlesinger
Aaron Schlesinger

Posted on • Originally published at arschles.com

How To Make Windows Keyboards Look Like Mac

I wrote a bit about PowerToys previously, but today we're gonna talk about my second-favorite feature: the keyboard manager.

My first-favorite feature is Powertoys Run - the spotlight-like feature for Windows. I talked about this one last post.

Make Windows Feel Like Mac 🍏

I switched to Windows from Mac a few months back, and I'm used to just about everything except the keyboard. Muscle memory keeps kicking in and my thumbs reach for the cmd key instead of ctrl. There's no cmd on Windows - it just opens the start menu. I've opened the start menu a lot.

The Keyboard Manager ⌨

The key feature (see what I did there?) of PowerToys that lets my keyboard be all apple-ey is the keyboard manager. It looks like this:

powertoys keyboard manager

There's a lot going on in that window. Let's break it down...

Remap Keyboard πŸ—Ί

This one is simple in theory. Like the heading says, you get to map a single key. Take the first one in there - I mapped Page Up to the home key (that one wasn't Mac specific - I just kept accidentally hitting it πŸ˜‰).

Here are the keys I remapped to Mac-ify:

  • Caps Lock => Win (Left)
  • Win (Left) => Ctrl (Left)

This is basically making the Windows key to the left of the spacebar into the Ctrl key, which does similar things as the Cmd key on a Mac. Since I was overriding the Windows key, I moved that up to Caps Lock, since I never use it anyway. You could also do this with the Windows key on the right, if you have one.

To do these mappings, you click "Remap a Key', then the Plus icon at the bottom. Click on each box and type the keys you want to map. The "before" key goes on the left, and the "after" key on the right.

❗ Do the mapping from Win -> Ctrl last

Remap Shortcuts πŸ•

This one piggybacks on key remapping. As you know, Windows has lots of key combinations that "do stuff"β„’. For example, alt+tab cycles through Windows, alt+tab switches Windows, win+s opens the search menu, win+d shows the desktop, win+e the explorer, and so on.

Here are the shortcuts I set for mac-ifying:

  • Ctrl (Left) + Tab => Alt (Left) + Tab
    • cmd+tab on Mac lets you cycle through Windows. This makes it feel the same. This still has a bug, but it's usable enough for now
  • Ctrl (Left) + Shift (Left) + [ => Ctrl (Left) + Shift (Left) + Tab
    • This lets me cycle through tabs quickly, just like on a Mac. This particular one cycles left.
  • Win (Right) + Shift (Right) + [ => Ctrl (Left) + Shift + Tab
    • Cycle to the left, from the right side of the keyboard
  • Ctrl (Left) + Shift (Left) + ] => Ctrl (Left) + Tab
    • Cycle to the right, from the left side of the keyboard
  • - Win (Right) + Shift (Right) + ] => Ctrl (Left) + Shift + Tab
    • Cycle to the right, from the right side of the keyboard

I hope those help! It's by far not everything to make Windows feel like a mac - some Windows things just don't apply to Mac and vice versa. But I think you'll find this a good setup.

Enjoy!

Top comments (2)

Collapse
 
rbreaves profile image
Ben Reaves

I think autohotkey can make for a more complete remap, so much so I wrote Kinto.sh that uses it to make a more flawless remap happen if you’d like to check it out.

Collapse
 
voganwong profile image
Wong

Nice post!