diff --git a/docs/src/docPages/best-practices/keyboard-shortcuts.md b/docs/src/docPages/best-practices/keyboard-shortcuts.md index d1fd108d..e2118d36 100644 --- a/docs/src/docPages/best-practices/keyboard-shortcuts.md +++ b/docs/src/docPages/best-practices/keyboard-shortcuts.md @@ -1 +1,68 @@ -# Keyboard Shortcuts \ No newline at end of file +# Keyboard Shortcuts + +## Essentials +| Action | Google Docs | +| ------------------------ | ----------- | +| Copy | ⌘C | +| Cut | ⌘X | +| Paste | ⌘V | +| Paste without formatting | ⌘⇧V | +| Undo | ⌘Z | +| Redo | ⌘⇧Z | +| Insert or edit link | ⌘K | +| Open link | ⌥↩ | +| Find | ⌘F | +| Find and replace | ⌘⇧H | +| Find again | ⌘G | +| Find previous | ⌘⇧G | +| Repeat last action | ⌘Y | +| Add a line break | ⇧↩ | + +## Text Formatting +| Action | Google Docs | +| --------------------- | ----------- | +| Bold | ⌘B | +| Italicize | ⌘I | +| Underline | ⌘U | +| Strikethrough | ⌘⇧X | +| Superscript | ⌘. | +| Subscript | ⌘, | +| Copy text formatting | ⌘⌥C | +| Paste text formatting | ⌘⌥V | +| Clear text formatting | ⌘\ | +| Increase font size | ⌘⇧> | +| Decrease font size | ⌘⇧< | + +## Paragraph Formatting +| Action | Google Docs | +| ------------------------------ | ----------- | +| Increase paragraph indentation | ⌘] | +| Decrease paragraph indentation | ⌘[ | +| Apply normal text style | ⌘⌥0 | +| Apply heading style 1 | ⌘⌥1 | +| Apply heading style 2 | ⌘⌥2 | +| Apply heading style 3 | ⌘⌥3 | +| Apply heading style 4 | ⌘⌥4 | +| Apply heading style 5 | ⌘⌥5 | +| Apply heading style 6 | ⌘⌥6 | +| Left align | ⌘⇧L | +| Center align | ⌘⇧E | +| Right align | ⌘⇧R | +| Justify | ⌘⇧J | +| Numbered list | ⌘⇧7 | +| Bulleted list | ⌘⇧8 | +| Move paragraph up | ⌃⇧↑ | +| Move paragraph down | ⌃⇧↓ | + +## Text Selection +| Action | Google Docs | +| ------------------------------------------------- | ----------- | +| Select all | ⌘A | +| Extend selection one character to left | ⇧← | +| Extend selection one character to right | ⇧→ | +| Extend selection one line up | ⇧↑ | +| Extend selection one line down | ⇧↓ | +| Extend selection one paragraph up | ⌥⇧↑ | +| Extend selection one paragraph down | ⌥⇧↓ | +| Extend selection to the beginning of the document | ⌘⇧↑ | +| Extend selection to the end of the document | ⌘⇧↓ | \ No newline at end of file