## Managing Focus

When the context menu is opened, the focus will go to the first item of the context menu.
Only one node will have tabindex in the menu.Interaction on a `menuitem` should focus it.

## Keyboard Shortcuts

| Shortcut | Behavior |
|----------|----------|
| `Shift + F10` | Activates the context menu from the context of the current focused element |

For navigation within the already opened ContextMenu, refer to the spec for a Menu Component in its Vertical state.

## Resources

https://www.w3.org/TR/wai-aria-practices/#menu
https://www.w3.org/TR/wai-aria-practices/#keyboard-interaction-12
https://www.w3.org/TR/wai-aria-practices/examples/menubar/menubar-1/menubar-1.html#kbd_label
