You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
458
458
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>
462
462
463
463
An event listener is called with the Vue.js component instance as argument.
0 commit comments