- Published on
Word and PowerPoint Shortcuts — Documents Are Handled by Style, Slides by Object
- Authors

- Name
- Youngju Kim
- @fjvbn20031
- Introduction — Same Ribbon, Different Muscle Memory
- Word · Navigation and Selection — Three Units: Word, Paragraph, Document
- Word · Formatting — How Styles Handle an Entire Document
- Word · Editing and Review — Pasting, Find and Replace, Comments, Tables
- PowerPoint · Slides and Objects
- PowerPoint · Slide Show Control
- Where the Two Apps Disagree — and What I Couldn't Confirm
- Closing — If You Only Pick Five
- References
Introduction — Same Ribbon, Different Muscle Memory
Word and PowerPoint are made by the same company and their ribbons look similar. So you'd expect the shortcuts to be similar too, but in practice they differ quite a bit, and in a few places they're exact opposites. The reason is that the two apps handle different kinds of objects.
What Word handles is flowing text. Letters fill a line, lines make a paragraph, paragraphs run across pages. So Word's shortcuts operate on units — they move and select by word, by paragraph, by document. And formatting is handled not letter by letter but through something called a style.
What PowerPoint handles is objects on a canvas. A text box is an object, so is a shape, so is an image. There's no flow, so there's no unit. Instead, what matters is what's selected, what order things are stacked in, and which slide something is on.
This difference splits the muscle memory. In Word you spend your time moving the cursor and grabbing ranges; in PowerPoint you spend it selecting and aligning objects. So this post doesn't merge the two apps into one list — it splits them according to each one's own character.
This follows the same approach as the post covering Excel shortcuts. Instead of listing individual keys, it explains, for each group, the rule that governs that group first, and lets the individual combinations follow from that rule. You can drill these into muscle memory at the shortcut trainer.
The sourcing principle is the same too. The combinations below are stated as fact only where confirmed in Microsoft's official documentation, and anywhere an item isn't in the docs, that's stated in the text. Mac keys often follow different logic from Windows even for the same function, so those were cross-checked separately.
Word · Navigation and Selection — Three Units: Word, Paragraph, Document
This is the group you should build into muscle memory first in Word, and one rule explains all of it.
The rule is this: the modifier key decides the unit, and Shift turns movement into selection. The two axes are independent, so you never need to memorize the combinations separately.
- On Windows, Ctrl means "one size bigger." Press just the arrow key and you move by one letter; add Ctrl and it's one word; up and down become one paragraph.
- Mac splits here. The horizontal, word-sized unit is Option; the vertical, paragraph-sized unit is Cmd. It isn't unified under one modifier the way Windows is.
- Shift is the same on both. Add Shift to a movement combination and that movement path becomes the selection.
| What you want to do | Windows | Mac |
|---|---|---|
| Extend selection by word | Ctrl + Shift + left/right arrow | Shift + Option + left/right arrow |
| Extend selection to paragraph start/end | Ctrl + Shift + up/down arrow | Cmd + Shift + up/down arrow |
| Select the whole document | Ctrl + A | Cmd + A |
| To the very start of the document | Ctrl + Home | Cmd + Home |
| To the very end of the document | Ctrl + End | Cmd + End |
One thing to watch on Mac. The documentation lists the combinations for jumping to the document's start and end as Cmd+Home and Cmd+End, but laptop keyboards don't have Home and End keys. So you have to build Home and End out of Fn plus an arrow key, and in practice you end up pressing three keys together. The official documentation notes this too, listing the Fn combination alongside for MacBooks.
Why this group matters becomes clear the moment you picture an actual task. To move an entire paragraph somewhere else, you first have to grab that paragraph precisely, and if you drag with the mouse, you end up leaving behind or picking up an extra character at one end. That one stray character throws off the formatting, and you end up fixing it again after pasting. Put the cursor at the start of the paragraph and press Ctrl+Shift+down arrow once, and the boundary is exact.
Word · Formatting — How Styles Handle an Entire Document
This is the highest-value section in this post. It's not about saving a few keystrokes — it's about a change in how you handle the document itself.
The rule is this: in Word, apply formatting directly and it stays put right where you applied it; apply it through a style and you can handle the entire document at once.
A heading made bold and bumped up to size 18 by hand, and a heading made by applying the Heading 1 style, look identical on screen. But what happens afterward is completely different. With the first, if you have forty headings, you have to fix forty spots. With the second, fixing the one style definition changes all forty at once. On top of that, automatic table-of-contents generation, the document structure shown in the navigation pane, Outline view, and the bookmarks created on PDF conversion are all built on top of styles. None of these features work at all in a document built without styles.
| What you want to do | Windows | Mac |
|---|---|---|
| Apply Heading 1 | Ctrl + Alt + 1 | Cmd + Option + 1 |
| Apply Heading 2 | Ctrl + Alt + 2 | Cmd + Option + 2 |
| Apply Heading 3 | Ctrl + Alt + 3 | Cmd + Option + 3 |
| Revert to Normal style | Ctrl + Shift + N | Cmd + Shift + N |
| Clear direct character formatting | Ctrl + Spacebar | Ctrl + Spacebar |
It's worth knowing exactly what the difference between the last two rows is. Their characters are different.
Ctrl + Shift + N reverts a paragraph's style to Normal. It's the key you use when cleaning up a document someone else made. Push a paragraph loaded with unidentifiable styles back to Normal and reapply Heading 1 and Heading 2, and the structure comes out clean.
Ctrl + Spacebar strips only the formatting applied directly to characters. It leaves the style alone and removes only manually applied bold or color. When you paste in text from the web carrying some strange font and color, this one key cleans it up.
This combination needs care on Mac. The documentation lists the same Ctrl + Spacebar as on Windows, but on macOS, that combination is often assigned by default to switching input sources at the system level. If you're using it to switch between two languages, the key never reaches Word at all. It's more reliable to change the keyboard shortcut in system settings, or use the ribbon's Clear Formatting button. This conflict depends on your environment, so test it directly yourself.
If you clean up documents often, set the order like this. Select the whole document, push it to Normal style, strip character formatting, then reapply headings only. What takes 30 minutes by hand finishes in a few minutes this way.
Word · Editing and Review — Pasting, Find and Replace, Comments, Tables
For this group, the character of each individual item matters more than a single rule. Let's go one at a time.
Pasting is used most often and gotten wrong most often. Word splits pasting into three branches.
| What you want to do | Windows | Mac |
|---|---|---|
| Paste text only | Ctrl + Shift + V | Cmd + Shift + V |
| Paste Special dialog | Not confirmed in the documentation | Cmd + Control + V |
| Copy formatting | Ctrl + Alt + C | Cmd + Option + C |
| Paste formatting | Ctrl + Alt + V | Cmd + Option + V |
Here, Word's Ctrl + Shift + V is paste text only. In the official documentation's own words, it's "Paste text only." It's the key you use when you want something copied from the web or another document to take on the current document's formatting, and it's one of the combinations you end up reaching for most often in document work. Not knowing this key means stripping formatting by hand, every single time, after every paste.
The two rows below that are copy/paste formatting. It's the same function as the paintbrush icon on the ribbon, but doing it by keyboard has one advantage: the copied formatting stays available, so you can keep pressing the paste combination to apply it repeatedly in multiple places. It has the same effect as double-clicking the paintbrush with the mouse to lock it into repeat mode, except your hands never leave the keyboard. When cleaning up a long document with inconsistent formatting, this combination is the second most useful thing after styles.
Find and Replace. On Windows, Ctrl + F in modern Word no longer opens a Find dialog — it opens the Navigation pane. The Navigation pane shows search results as a list while also showing the document's heading structure as a tree, and this is where the styles discussion from the earlier section pays off. If a document has its headings set via styles, you can grab a whole chapter in this tree and reorder it by dragging.
Replace is Ctrl + H. On Mac it's Control + H — notably Control, not Cmd. Combinations starting with Control are rare in Mac apps, which makes this one especially easy to get wrong.
Comments and track changes get used dozens of times a day in a collaborative document.
| What you want to do | Windows | Mac |
|---|---|---|
| Replace | Ctrl + H | Control + H |
| Insert new comment | Ctrl + Alt + M | Cmd + Option + A |
| Toggle Track Changes on/off | Ctrl + Shift + E | Cmd + Shift + E |
Inserting a comment is M on Windows and A on Mac, so there's no correspondence at all. It's an item you'll get wrong almost every time you switch between the two platforms.
The Track Changes toggle is worth knowing because it prevents incidents. Open a document you received in review mode, forget tracking is on, and edit it, and your entire revision history gets sent along to the other person. The opposite happens too — you think you turned tracking on but it was actually off, and none of your changes get recorded at all. Getting into the habit of pressing this key once to check the state before you start editing a document is the safe move.
Tables have simple shortcuts. Tab moves to the next cell, Shift+Tab to the previous one. What's worth knowing here is that pressing Tab in the last cell adds a new row. You don't need to go hunting through the ribbon to add a row. Conversely, if you want to insert an actual tab character inside a table, you have to press Ctrl and Tab together.
The combination for jumping to the first and last cell within a row is also in the documentation. Windows uses Alt + Home and Alt + End; Mac uses Control + Home and Control + End.
PowerPoint · Slides and Objects
From here on, the character changes. You're not dealing with flowing text — you're dealing with the slide as a container and the objects sitting on it.
Set one rule first and the rest falls into place. PowerPoint has the same key do different things depending on what's currently selected. A slide selected in the slide thumbnail pane, an object selected within a slide, and being in the middle of editing text inside an object — these are three separate worlds. When a shortcut doesn't behave the way you expect, it's usually because you misjudged which of these states you're in. Press Esc once to step one level out.
Let's start with slide operations.
| What you want to do | Windows | Mac |
|---|---|---|
| New slide | Ctrl + M | Cmd + Shift + N |
| Duplicate slide | Ctrl + Shift + D | Cmd + Shift + D |
| Move slide up | Ctrl + up arrow | Cmd + up arrow |
| Move slide down | Ctrl + down arrow | Cmd + down arrow |
| Promote outline level | Alt + Shift + left arrow | Cmd + left bracket |
| Demote outline level | Alt + Shift + right arrow | Cmd + right bracket |
New slide is the first trap. Windows uses Ctrl + M, but Mac uses Cmd + Shift + N. And Cmd + Shift + N is Word's apply-Normal-style key. For a Mac user switching between the two apps, the exact same hand motion does something completely different depending on which app you're in.
Slide duplication is used less than it deserves given how well-known it is. When you're building several similar slides, instead of copying and pasting, press this key and a duplicate appears right below, immediately. It's much faster when you're keeping the layout and just changing the content as you go.
Adjusting outline level is an item that can change how you build a presentation deck in the first place. In Outline view, the sequence your hands go through looks like this.
[Type title] → Enter → Demote → [Type body] → Enter → [Type body]
↓
Enter → Promote → [Next slide's title] → Repeat
Windows Demote = Alt + Shift + right Promote = Alt + Shift + left
Mac Demote = Cmd + right bracket Promote = Cmd + left bracket
Repeat just these four actions and you get a 20-slide skeleton without ever touching the mouse. Design comes after that. Try to build and decorate a slide at the same time, one at a time, and it takes several times as long.
Note that promote and demote on Mac use brackets. There's no logical connection at all to Windows' Alt+Shift+arrow key.
Now, objects.
| What you want to do | Windows | Mac |
|---|---|---|
| Select next/previous object | Tab / Shift + Tab | Tab / Shift + Tab |
| Group objects | Ctrl + G | Cmd + Option + G |
| Ungroup | Ctrl + Shift + G | Cmd + Option + Shift + G |
| Duplicate object | Ctrl + D | Control + D |
| Rotate 15 degrees clockwise | Alt + right arrow | Option + right arrow |
| Rotate 15 degrees counterclockwise | Alt + left arrow | Option + left arrow |
| Open Selection Pane | Alt + F10 | Not confirmed in the documentation |
| Show/hide guides | Alt + F9 | Cmd + Option + Control + G |
| Show/hide gridlines | Shift + F9 | Shift + F9 |
| Zoom in | Ctrl + plus | Cmd + plus |
| Zoom out | Ctrl + minus | Cmd + minus |
| Zoom to fit window | Ctrl + Alt + O | Cmd + Option + O |
Cycling through objects with Tab is the most underrated item in this table. Once a slide gets complex, you can no longer grab an object buried underneath with the mouse — clicking just grabs whatever's on top. With nothing selected, repeatedly pressing Tab cycles through every object one at a time, selecting each in turn. It catches overlapping ones too.
With many objects, Windows' Selection Pane is the better tool. Open it with Alt + F10 and every object on the slide shows up as a list, where you can pick by name, reorder, and hide individually. I could not find the Mac combination for this in the documentation I checked this time.
Note that object duplication on Mac uses Control, not Cmd. It's a very rare assignment in Mac apps, and if you press Cmd+D and nothing happens, this is why.
PowerPoint · Slide Show Control
You don't have time to hunt for a shortcut mid-presentation. So this group is better handled by keeping the count small and building it in solidly.
Let's start with starting the show. On Windows, F5 starts from the beginning and Shift + F5 starts from the current slide. On Mac, Cmd + Shift + Return starts from the beginning and Cmd + Return starts from the current slide. During rehearsal, you'll reach for starting from the current slide far more often.
Presenter View is Alt + F5 on Windows and Option + Return on Mac. This view shows the next slide, presenter notes, and elapsed time on your own screen while sending only the slide itself to the audience's screen. When presenting from a single laptop, the default is to turn off screen mirroring and stay in this mode.
| What you want to do | Windows | Mac |
|---|---|---|
| Start from the beginning | F5 | Cmd + Shift + Return |
| Start from the current slide | Shift + F5 | Cmd + Return |
| Start with Presenter View | Alt + F5 | Option + Return |
| Advance | N, Enter, Page Down, right/down arrow, Spacebar | N, Page Down, right/down arrow, Spacebar |
| Go back | P, Page Up, left/up arrow, Backspace | P, Page Up, left/up arrow, Delete |
| Jump to a specific slide | Type the number, then Enter | Type the number, then Return |
| Black screen | B or period | B, Shift + B, or period |
| White screen | W or comma | W, Shift + W, or comma |
| All Slides dialog | Ctrl + S | Not confirmed in the documentation |
| Laser pointer | Ctrl + L | Cmd + L |
| Pen | Ctrl + P | Cmd + P |
| Return to arrow pointer | Ctrl + A | Cmd + A |
| End the show | Esc | Esc, hyphen, or Cmd + period |
Two items in this table actually change how a presentation goes.
Jumping straight to a specific slide. When a Q&A question comes in like "can you show that table again," most people either mash the arrow keys or exit the slide show and hunt through the thumbnails. Either way, the flow breaks. Type the slide number and hit Enter, and you jump there instantly. The only prep needed is memorizing three or four key slide numbers before you present. On Windows, you can also open the All Slides dialog with Ctrl + S and pick from there.
Black screen. Press B and the screen goes dark as if it's turned off; press it again and it comes back. This is for the moments you need to take the audience's eyes off the slide and talk to them directly. If everyone's gaze stays locked on the screen, nobody's looking at the presenter. This is one of the few shortcuts that people who present a lot use in common.
One thing to watch for. During a slide show, Ctrl + A isn't select-all — it's return to arrow pointer — and Ctrl + P isn't print — it's pen. The conventions of the editing screen don't carry over to the presentation screen. If you draw with the pen and then end the show, a dialog asks whether to keep the ink; choose to discard it if you don't want to touch the original.
Where the Two Apps Disagree — and What I Couldn't Confirm
Everything up to here was each app's own internal logic. This section covers where things go wrong when you use both together.
Let's start with the biggest one. Ctrl + Shift + V does opposite things in Word and PowerPoint.
- In Word,
Ctrl + Shift + Vis paste text only. It strips formatting. - In PowerPoint,
Ctrl + Shift + Vis paste formatting. It applies formatting.
The exact same hand motion erases formatting in one app and paints it on in the other. And this isn't some leftover from an old assignment — it's exactly what the current official documentation says. PowerPoint's documentation lists Ctrl + Shift + V as "paste the copied formatting onto the selected object or text"; Word's documentation lists the same combination as "paste text only."
Looking at Copy/Paste Formatting specifically, all three apps land on a different answer.
| App | Copy formatting | Paste formatting | Note |
|---|---|---|---|
| Word | Ctrl + Alt + C | Ctrl + Alt + V | Mac uses Cmd + Option |
| PowerPoint | Ctrl + Shift + C | Ctrl + Shift + V | Mac uses Cmd + Shift |
| Excel | No entry in the shortcut documentation | No entry | Uses the Formats option inside Paste Special |
This is the single most practically useful table in this post. Copy Formatting is a feature all three apps have, the keys aren't standardized across them, and one of the three isn't documented at all. That means you have to check, every time you switch apps, whether it even works there.
Here's a collection of things people commonly get wrong moving between the two platforms. These aren't cases where the combination is slightly different — they're cases where there's no correspondence at all.
| Feature | Windows | Mac | Why it's easy to get wrong |
|---|---|---|---|
| Word new comment | Ctrl + Alt + M | Cmd + Option + A | Different letter entirely |
| Word Replace | Ctrl + H | Control + H | It's Mac, but not Cmd |
| Word select-by-word | Ctrl + Shift + arrow key | Shift + Option + arrow key | Horizontal is Option, vertical is Cmd |
| PowerPoint new slide | Ctrl + M | Cmd + Shift + N | Collides with Word's apply-Normal-style |
| PowerPoint promote/demote outline | Alt + Shift + arrow key | Cmd + bracket | No logical connection |
| PowerPoint duplicate object | Ctrl + D | Control + D | It's Mac, but not Cmd |
| PowerPoint group | Ctrl + G | Cmd + Option + G | Mac has one extra Option |
| PowerPoint guides | Alt + F9 | Cmd + Option + Control + G | An entirely different combination |
Finally, let me disclose what I could not confirm through official documentation while writing this post. Stating something uncertain as if it were certain does more harm than padding out the list would.
- PowerPoint's align-and-distribute-objects shortcuts. Not in the documentation I checked this time. It's more reliable to register these to the ribbon or the Quick Access Toolbar and reach them via Alt Key Tips.
- PowerPoint's add-section and expand/collapse-section shortcuts. Not in the documentation.
- The shortcut for opening PowerPoint's Format Shape pane. Not in the documentation.
- The Selection Pane shortcut on Mac PowerPoint. I couldn't find the counterpart to Windows'
Alt + F10in the documentation. - The All Slides dialog on Mac PowerPoint. There's no counterpart to Windows'
Ctrl + Sin the Mac section of the documentation. - The Paste Special dialog combination on Windows Word. Mac's
Cmd + Control + Vis confirmed in the documentation, but I could not find the corresponding Windows entry within this check's scope. - Whether
Ctrl + Spacebaractually works in Mac Word. It's in the documentation, but conflicts with a macOS system shortcut in many setups, so it depends on the user's own settings. - The underlined characters and Alt Key Tip letters used to pick items inside a dialog. These follow the display language. Press the character introduced for an English-language interface on the same spot in a localized version of Office, and you'll select a different item. Don't memorize the character — look at what's actually shown on screen and press that.
If F-series keys on Mac don't behave the way you expect, press Fn along with them, or change macOS's system settings so F keys behave as standard function keys. If you often use combinations involving F keys, like PowerPoint's Alt + F9 or Shift + F9, it's worth changing that setting.
Closing — If You Only Pick Five
Try to learn everything and nothing sticks. If you're only picking five for the first two weeks, here's what I'd recommend.
In Word: applying heading styles (Ctrl + Alt + 1 through 3), paste text only (Ctrl + Shift + V), and copy/paste formatting (Ctrl + Alt + C and Ctrl + Alt + V). In PowerPoint: promoting and demoting outline level, and jumping straight to a specific slide during a presentation.
The criterion behind these five isn't frequency of use — it's whether it changes how you work. Once you start using styles, the cost of editing a document later changes; once you build the skeleton in Outline view first, the order in which you build slides changes. Bold or italic, by contrast, can get pressed ten times a day and never change how you work.
And what I wanted to hand you in this post wasn't a list — it was the difference in character between the two apps. Word handles flowing text in units, and handles formatting through something called a style. PowerPoint handles objects on a canvas, according to what's currently selected. Know this difference and you can guess where an unfamiliar feature will be, even the first time you see it.
Boiled down to one line — in Word, give it a name; in PowerPoint, watch what's selected.
References
- Keyboard shortcuts in Word — Microsoft official documentation
- Use keyboard shortcuts to create PowerPoint presentations — Microsoft official documentation
- Use keyboard shortcuts to deliver PowerPoint presentations — Microsoft official documentation
- How to use the Format Painter — Microsoft Support
- Common Office for Mac keyboard shortcuts
- Excel Shortcuts That Actually Save Time — organized the same way (related post)