Touch Information
| Target | Gesture | Action |
|---|---|---|
| Menu Item | Tap | Invoke the menu item's action and toggle checked state. |
Disabled items do not allow any touch interaction.
Keyboard Information
| Target | Key | Action |
|---|---|---|
| Menu Item | Enter or Space | Invoke the focused menu item's action and toggles the checked state. |
| UpArrow | Move focus to the previous menu item, wrapping around at the top. | |
| DownArrow | Move focus to the next menu item, wrapping around at the bottom. | |
| Home | Move focus to the first menu item. | |
| End | Move focus to the last menu item. | |
| Menu Item in Top-level Menu | Esc | Close the menu and move focus to the launcher. |
Disabled items can receive keyboard focus, but do not allow any other interaction.