DEV Community

Adam Lombard
Adam Lombard

Posted on

MacOS: Make Paste and Match Style the default Paste hotkey behavior

When copying and pasting in most applications, the default behavior is to paste not only the content from one document into another, but also the styling. Font, color, text size, etc. will not match the target document.

This is almost never the outcome I want.

Many applications have an option called 'Paste and Match Style', which does properly adopt the styling of the target document. But I find this option frustrating because I prefer keyboard shortcuts to menu clicks, and I can never remember the hotkey. It's long, and turns my hand into a pretzel.

On Mac, the 'Paste' hotkey is simply Command-V (⌘-V).
The 'Paste and Match Style' hotkey (the one I want) is Option-Shift-Command-V (⌥-⇧-⌘-V). 😣

You can see these settings in the edit menu of many applications:

The top of the default Edit menu in Pages for Mac

How to swap the default paste behaviors

Here's how to swap the two hotkeys, so Command-V will paste and match style, while also leaving normal 'Paste' in your menu (or available for finger contortions), if you ever need it:

  1. Open System Settings and search for Keyboard
  2. In the Keyboard settings click Keyboard Shortcuts
  3. Select App ShortcutsThe System Settings Keyboard Shortcuts modal window, with App Shortcuts selected
  4. Click the + button
  5. Leave All Applications selected
  6. For the Menu Title enter Paste and Match Style. Spelling, spacing, and capitalization are important, because the name must match the default application menu item name.
  7. For Keyboard Shortcut press Command-V (⌘-V) on your keyboard.The modal window for setting a new keyboard shortcut, with new settings for Paste and Match Style
  8. Click Done
  9. Repeat the process for Paste with the shortcut Option-Shift-Command-V (⌥-⇧-⌘-V).The modal window for setting a new keyboard shortcut, with new settings for Paste

Done!

Now, in most Mac applications, Command-V will paste and match the style of your target document.

Here's a typical Edit menu, after the changes we made:

The Edit menu of Pages for Mac, after the changes made in this article


Was this helpful? Did I save you some time?

🫖 Buy Me A Tea! ☕️


Top comments (0)