Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

docs(readme): add keyboard shortcuts - #244 #299

Merged
merged 3 commits into from
Mar 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,48 @@ The editor includes a formatting toolbar.

This component is Apache-2 licensed Open Source. Contributors welcome!

### Keyboard shortcuts

The keyboard shortcuts are as follows

Windows/Linux:

- Common actions
- `CTRL` + `C` - Copy
- `CTRL` + `X` - Cut
- `CTRL` + `V` - Paste
- `CTRL` + `Z` - Undo
- `CTRL` + `SHIFT` + `Z` - Redo

- Text formatting
- `CTRL` + `B` - Bold
- `CTRL` + `I` - Italicize
- `CTRL` + `SHIFT` + `.` - Block quotes
- `CTRL` + `SHIFT` + `9` - Code

- Paragraph formatting
- `CTRL` + `SHIFT` + `7` - Numbered list
- `CTRL` + `SHIFT` + `8` - Bulleted list

Mac:

- Common actions
- `⌘` + `C` - Copy
- `⌘` + `X` - Cut
- `⌘` + `V` - Paste
- `⌘` + `Z` - Undo
- `⌘` + `SHIFT` + `Z` - Redo

- Text formatting
- `⌘` + `B` - Bold
- `⌘` + `I` - Italicize
- `⌘` + `SHIFT` + `.` - Block quotes
- `⌘` + `SHIFT` + `9` - Code

- Paragraph formatting
- `⌘` + `SHIFT` + `7` - Numbered list
- `⌘` + `SHIFT` + `8` - Bulleted list

### [Demo](https://accordproject-markdown-editor.netlify.com/)

### Usage
Expand Down