Skip to content

Commit 5699850

Browse files
committed
docs!: add keyboard highlight
1 parent a331c26 commit 5699850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@ this.autocompletionResolver = () => {
456456

457457
Event listeners trigger terminal behaviour under certain conditions like pressing a button. Pass an array of event listeners you want to bind via the `event-listeners` property. This library provides three event listeners per default which can be imported:
458458

459-
- **Autocompletion**: Autocompletion when pressing "Tab" key
460-
- **History**: Cycle through history with "Arrow up key" and "Arrow down key"
461-
- **Search**: Search history with "Ctrl" and "r"
459+
- **Autocompletion**: Autocompletion when pressing <kbd>↹</kbd>
460+
- **History**: Cycle through history with <kbd>↑</kbd>/<kbd>↓</kbd>
461+
- **Search**: Search history with <kbd>Ctrl</kbd> and <kbd>r</kbd>
462462

463463
An event listener is called with the Vue.js component instance as argument.
464464

0 commit comments

Comments
 (0)