Skip to content

Commit fb9c4af

Browse files
authored
Revise Mac keyboard shortcuts for indentation
Updated keyboard shortcuts for indentation and list management.
1 parent a8fd6af commit fb9c4af

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

notes/MacKeyBoardShortcuts.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,13 @@
336336
| <kbd>Cmd + Option + 0</kbd> | Normal text |
337337
| <kbd>Cmd + Option + 1–5</kbd> | Heading 1–5 |
338338
| **— Indentation & Lists —** | |
339-
| <kbd>Cmd + [</kbd> | Decrease indent |
340-
| <kbd>Cmd + ]</kbd> | Increase indent |
341-
| <kbd>Tab</kbd> | Indent list item |
342-
| <kbd>Shift + Tab</kbd> | Outdent list item |
339+
| <kbd>Cmd + [</kbd> | Decrease indent of entire line whithout selection |
340+
| <kbd>Cmd + ]</kbd> | Increase indent indent of entire line whithout selection|
341+
| Place cursor at the start of the first item of the list + <kbd>Tab</kbd> | Increase indent of entire list |
342+
| Place cursor at the start of the first item of the list + <kbd>Tab </kbd>+<kbd>Shift</kbd> | Decrease indent of entire list |
343+
| <kbd>Tab</kbd> | Indent line after cursor |
344+
| <kbd>Shift + Tab</kbd> | Outdent line after cursor|
345+
343346
| **— Navigation & Editing —** | |
344347
| <kbd>Cmd + F</kbd> | Find |
345348
| <kbd>Cmd + H</kbd> | Replace |

0 commit comments

Comments
 (0)