Shortcut Keys for Locating Character Formats
- Keyboard Shortcuts Mac Word
- Keyboard Shortcut Special Characters
- Mac Modify Keyboard Shortcut For Bold Text Editor
Shift+F3 | - Change the case of letters |
Ctrl+Shift+A | - Format letters as all capitals |
Ctrl+Shift+K | - Format letters as small capitals |
Ctrl+B | - Apply bold formatting |
Ctrl+I | - Apply italic formatting |
Ctrl+U | - Apply an underline |
Ctrl+= | - Apply subscript formatting |
Ctrl+Shift++ | - Apply superscript formatting |
Ctrl+Shift+W | - Word underline |
Ctrl+Shift+D | - Double-underline text |
Ctrl+Shift+H | - Apply hidden text formatting |
Ctrl+spacebar | - Remove character formatting |
Add bold, italic, underline, and strikethrough to text in Pages on Mac Select the text you want to change. To change all of the text in a text box or table cell, select the text box or table cell. In the Format sidebar, click the Style button near the top. If you don't find a keyboard shortcut here that meets your needs, you can create a custom keyboard shortcut. For instructions, go to Create a custom keyboard shortcut for Office for Mac. Many of the shortcuts that use the Ctrl key on a Windows keyboard also work with the Control key in OneNote for Mac. However, not all do. But using keyboard shortcuts can help you do many things much faster on your Mac. You can control your system, work with documents, and navigate quicker and easier than you probably think. For a nice reference you can bookmark, here are 50 common keyboard shortcuts that all Mac users should know. Note: To see a complete list of keyboard shortcuts, open Google Docs and press β + / (Mac) or Ctrl + / (Windows, Chrome OS). Use β for Mac or Ctrl f or Windows, Chrome OS.
See also this tip in French:11 raccourcis clavier pour contrΓ΄ler le format de police.
Markdown shortcuts for snippets.
The cool thing about snippets is that they can be setup to behave like a wizard and guide you to different parts for convenient editing. π§ββοΈ
In the example above, when you insert a task list, you can tab through each task completing each part. For each task, first you are given options to check/uncheck (x or blank) that task, then you can enter the title. If you don't want to edit the snippet at all, or you are done early, just hit Enter
and the snippet will be finalised. Easy-peasy! π
The snippets are sourced from:
- VS Code: Built-in snippets for the basic markdown syntax.
- Markdown Snippets extension: Snippets for extended markdown syntax.
The Markdown Snippets extension is installed automatically along with this extension. Nothing extra is required from you ever! π
Shortcuts
Name | Shortcut | Prefix | Defined By |
---|---|---|---|
Insert bold text | Ctrl+b Cmd+b (mac) | bold | VS Code |
Insert code | Ctrl+m Ctrl+c | code | VS Code |
Insert fenced code block | Ctrl+m Ctrl+f | fenced codeblock | VS Code |
Insert heading level 1 | Ctrl+m Ctrl+1 | heading1 | VS Code |
Insert heading level 2 | Ctrl+m Ctrl+2 | heading2 | VS Code |
Insert heading level 3 | Ctrl+m Ctrl+3 | heading3 | VS Code |
Insert heading level 4 | Ctrl+m Ctrl+4 | heading4 | VS Code |
Insert heading level 5 | Ctrl+m Ctrl+5 | heading5 | VS Code |
Insert heading level 6 | Ctrl+m Ctrl+6 | heading6 | VS Code |
Insert horizontal rule | Ctrl+m Ctrl+h | horizontal rule | VS Code |
Insert image | Ctrl+m Ctrl+i | image | VS Code |
Insert italic text | Ctrl+i Cmd+i (mac) | italic | VS Code |
Insert link | Ctrl+m Ctrl+l | link | VS Code |
Insert ordered list | Ctrl+m Ctrl+o | ordered list | VS Code |
Insert unordered list | Ctrl+m Ctrl+u | unordered list | VS Code |
Insert quoted text | Ctrl+m Ctrl+q | quote | VS Code |
Insert strikethrough | Ctrl+m Ctrl+s | strikethrough | VS Code |
Insert table | Ctrl+m Ctrl+t | table | Markdown Snippet Extension |
Insert task list | Ctrl+m Ctrl+x | task list | Markdown Snippet Extension |
None of these shortcuts are used by default in VS Code with the exception of Ctrl+b
. This shortcut is used to 'show the sidebar', if you are not editing a markdown file, it will still do this. This may not be to your liking, you are free to assign a different shortcut for it, or others if you wish!
Rationale
I chose these particular shortcuts because:
- '
Ctrl
plus one key' combinations are mostly used already. - '
Ctrl+Shift
plus one additional key' combinations are mostly used already. - I wanted to find a consistent and predictable pattern, so opted for combinations that have the same opening sequence.
- I made an exception for 'insert bold' and 'insert italic' as most text editors have
ctrl+b
andctrl+i
as the shortcuts for these actions, so I thought it best to do the same.
How to change the shortcuts
Unfortunately, VS Code does not show enough information for shortcuts to make it easy to identify your shortcuts easily. You need to know the current keybinding to find what you are looking.
If you want to change the shortcuts for the snippets, you can open the keyboard shortcuts settings, you will find the correct set of shortcuts if you search for 'insert snippet', it is all the items where the when clause has the condition of !editorReadonly && editorTextFocus && editorLangId markdown
.
Keyboard Shortcuts Mac Word
There is an open issue to improve the keyboard shortcuts settings UI. Hopefully, this will happen soon, you can give the issue a π to indicate your interest in the implementation of a solution.
Keyboard Shortcut Special Characters
Icon Attribution
Mac Modify Keyboard Shortcut For Bold Text Editor
- Based on 'Heart' by Raji Purcell from the Noun Project