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

Solution 1:

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+/

Solution 2:

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.

Solution 3:

For mac word 2011 also see,

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

Solution 4:

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.

Solution 5:

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