Frontmatter
| id | 4606 |
| title | menu.List: add support for the enter key |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 31, 2023, 2:35 PM |
| updatedAt | Jul 31, 2023, 4:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4606 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 31, 2023, 4:16 PM |
enter should trigger the handler, in case it does exist.
for leave items, enter should unmount the menu, in case the menu is floating.
for non-leave items, enter should toggle the visibility state of the related sub-menu.