Skip to content

Commit

Permalink
fix(keyboard): add ContextMenu to defaultKeyMap (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech authored Jan 21, 2025
1 parent a344ad4 commit 3e471d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keyboard/keyMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const defaultKeyMap: keyboardKey[] = [

{code: 'OSLeft', key: 'OS', location: DOM_KEY_LOCATION.LEFT},
{code: 'OSRight', key: 'OS', location: DOM_KEY_LOCATION.RIGHT},
{code: 'ContextMenu', key: 'ContextMenu'},

{code: 'Tab', key: 'Tab'},
{code: 'CapsLock', key: 'CapsLock'},
Expand Down

0 comments on commit 3e471d1

Please sign in to comment.