2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2,478 forks (2,478 forks)batch import
enhancementhelp wantedkeybindings
Repository metrics
- Stars
- 18,676 stars (18,676 stars)
- PR merge metrics
- Avg merge 15d 4h (Avg merge 15d 4h)75 merged PRs in 30d (75 merged PRs in 30d)
Description
For example alt+f should open a file menu and so on. We should align as usual with VS Code by default. It should be doable for browser target as well (i've checked that google drive can do it)
Contributor guide
- Research direction
- Examine the existing menu and keybinding implementations in Theia. Look for how keyboard shortcuts are registered and handled, particularly the Alt key. Review how VS Code implements Alt+key menu shortcuts as a reference. Then identify where to add the logic to trigger menu items on Alt+key combinations.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- GitTypeScript