Skip to content

Commit 64d1589

Browse files
authored
fix(useKbd): update escape key from to Esc (#5076)
1 parent fde53ee commit 64d1589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/composables/useKbd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const kbdKeysMap = {
1919
enter: '↵',
2020
delete: '⌦',
2121
backspace: '⌫',
22-
escape: '',
22+
escape: 'Esc',
2323
tab: '⇥',
2424
capslock: '⇪',
2525
arrowup: '↑',

0 commit comments

Comments
 (0)