Skip to content

Commit cac45a3

Browse files
committed
docs: add keyboard shortcuts section to README
1 parent b721766 commit cac45a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ export default App
6969
| onFocus | ✔️ | `(e) => void` | Method that emits the focus event |
7070
| onBlur | ✔️ | `(e) => void` | Method that emits the blur event |
7171

72+
### Keyboard shortcuts
73+
74+
- Undo: `Ctrl + Z`
75+
- Redo: `Ctrl + Y` / `Ctrl + Shift + Z`
76+
7277
## Contribution
7378

7479
If you have a suggestion that would make this component better feel free to fork the project and open a pull request or create an issue for any idea or bug you find.\

0 commit comments

Comments
 (0)