Is there a keyboard shortcut to indent a nested bullet point in a table cell the proper way?

Open Word and insert a table (1 x 1 will work just fine).

Right-click in the table and, in the context menu, select "Bullets" and a bullet image from the bullet library.

enter image description here

Type something and press enter.

Type something else, but, instead of clicking enter, right-click and select "Increase Indent"

enter image description here

Notice something else moves into the proper indentation of a nested bullet:

enter image description here

Outside of a Word table, you would simply press tab to get this behavior, but I want a keyboard shortcut (if available) to do this inside the table.

This is what I've tried:

  • Ctrl + Tab: Just indents the text, not the bullet
  • Ctrl + T: Same as Ctrl + Tab
  • Ctrl + M: Indents the text and the bullet but does not change the bullet style

Can this be done outside the right-click context menu?

11 Answers

In at least Word 2010, you can increase/decrease the indent in a bulleted or numbered list using the following keyboard shortcuts:

Windows:Shift+Alt+/

Mac: Shift+Ctrl+/

4

Press Enter twice. It works. The first one creates the next nested line at the current indent, but the second stroke decreases the indent to the previous indent and section heading.

4

For mac word 2011 also see,

  • Cmd+Shift+M to decrease indentation of bullet
  • Control+Shift+M to increase indentation of bullet
2

You can record a macro (using the Developer tab), and assign it to a keyboard shortcut combination. (Using the Macro Recorder is the easiest way to set this up, but you could also just insert the command Selection.Range.ListFormat.ListIndent in the macro VBA.

Alt+Shift right arrow/left arrow works for me inside a table!

1

For Word 2011 for Mac the combination that works is:

control + shift + Left/Right Arrow

You might also try Alt+Right Arrow. It's bound to function IncreaseIndent in Word 2010.

4

I have found a solution for increasing indent and decreasing indent shortcuts for Microsoft Word 2019. Look below,

Increase Indent: Ctrl+M
Decrease Indent: Ctrl+Shift+M

option + command + arrow left/right

1

Increase indent.. TAB Decrease indent.. SHIFT + TAB

2

shift + tab is the shortcut to decrease the bullet point level

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like