Skip to content

Commit 3e471d1

Browse files
authored
fix(keyboard): add ContextMenu to defaultKeyMap (#1079)
1 parent a344ad4 commit 3e471d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/keyboard/keyMap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const defaultKeyMap: keyboardKey[] = [
5050

5151
{code: 'OSLeft', key: 'OS', location: DOM_KEY_LOCATION.LEFT},
5252
{code: 'OSRight', key: 'OS', location: DOM_KEY_LOCATION.RIGHT},
53+
{code: 'ContextMenu', key: 'ContextMenu'},
5354

5455
{code: 'Tab', key: 'Tab'},
5556
{code: 'CapsLock', key: 'CapsLock'},

0 commit comments

Comments
 (0)