Do not trap Key ContextMenu into composer for keyboard a11y
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
f4b1c4f360
commit
3ad4b0fb64
2 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,7 @@ export const Key = {
|
|||
CONTROL: "Control",
|
||||
META: "Meta",
|
||||
SHIFT: "Shift",
|
||||
CONTEXT_MENU: "ContextMenu",
|
||||
|
||||
LESS_THAN: "<",
|
||||
GREATER_THAN: ">",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue