Skip to content

Modifier Keys

My entire muscle memory was wrong. Every shortcut I knew was one key off. Copy: Ctrl + C on Windows, Cmd + C on Mac. Close tab: Ctrl + W became Cmd + W. Save: Ctrl + S became Cmd + S. Consistent pattern. Didn't matter. My fingers had twelve years of Ctrl baked in and they were not taking feedback.

I hit Ctrl instead of Cmd for a solid week. Every single time. My pinky kept reaching for the corner of the keyboard like a dog going back to where the couch used to be.

The Map

Mac has four modifier keys. Here's how they translate:

SymbolMac KeyWindows EquivalentNotes
Command (Cmd)CtrlYour main modifier for shortcuts
Option (Opt/Alt)AltUsed in key combos, special characters
Control (Ctrl)(no direct equivalent)Used for Terminal and right-click
ShiftShiftSame as Windows
🌐Globe / FnFnEmoji picker, function keys, input switching

The critical insight: Command replaces Ctrl for nearly every shortcut you already know. Ctrl + C becomes Cmd + C. Ctrl + Z becomes Cmd + Z. Ctrl + Tab becomes... actually Cmd + Tab switches apps, not tabs. That's a different article and a different headache.

Where It Gets Confusing

Control still exists on Mac. It just does completely different things:

  • Ctrl + Click = right-click (legacy behavior from when Apple thought one button was enough. It wasn't.)
  • Ctrl + C in Terminal = interrupt a running command (same as Linux)
  • Ctrl + A/E in Terminal = jump to start/end of line (Emacs keybindings)

So in Terminal, you use Ctrl. Everywhere else, you use Cmd. Your brain will hate this for approximately one week, then something will click and it'll feel obvious. I promise. I didn't believe it either.

Option: The Hidden Power Key

Option () does more than Alt ever did:

  • Hold Option and click the Wi-Fi icon for detailed network info
  • Option + Delete deletes the previous word (Ctrl + Backspace on Windows)
  • Option + arrow keys moves the cursor word by word
  • Option + special keys types accented characters and symbols

The Option key is macOS's best-kept secret. Half the "pro tips" on Mac blogs are just "hold Option and click that thing." Apple hid legitimate functionality behind a modifier key and called it a feature. Classic Apple.

Physical Layout

Here's something Windows got wrong: Ctrl is in the far corner of the keyboard. Your pinky has to stretch to reach it. Mac puts Command directly next to the spacebar, where your thumbs naturally rest. Thumb hits Cmd, finger hits the letter. Less hand stretching.

After a week of Cmd shortcuts, going back to a Windows keyboard and reaching for Ctrl feels like a stretch exercise. I'm not saying Apple designed a better keyboard layout. I'm saying they absolutely designed a better keyboard layout for shortcuts. For everything else, give me my mechanical keyboard with Cherry MX Browns, thanks.

The First Week Survival Guide

You want to...On WindowsOn Mac
CopyCtrl + CCmd + C
PasteCtrl + VCmd + V
UndoCtrl + ZCmd + Z
SaveCtrl + SCmd + S
FindCtrl + FCmd + F
Select allCtrl + ACmd + A
Switch appsAlt + TabCmd + Tab
Close windowAlt + F4Cmd + W
Quit appAlt + F4Cmd + Q
Lock screenWin + LCtrl + Cmd + Q

The pattern holds for 90% of shortcuts: replace Ctrl with Cmd. The remaining 10% will ambush you at random moments. Lock screen requiring three keys is the most Windows-user-hostile shortcut on the platform. Win + L is two keys. Apple used three. Why? Because they can.