mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 12:39:03 +08:00
add google docs shortcuts to the best practices section
This commit is contained in:
parent
e20d428077
commit
90d0d7a914
@ -1 +1,68 @@
|
||||
# Keyboard Shortcuts
|
||||
# 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 | ⌘⇧↓ |
|
Loading…
Reference in New Issue
Block a user