Skip to content

Commit

Permalink
keyMap: add ContextMenu key
Browse files Browse the repository at this point in the history
The menu key is part of the standard 104 key layout.
  • Loading branch information
dlech authored Nov 22, 2022
1 parent 1aa2027 commit 4d5aed4
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 4d5aed4

Please sign in to comment.