Closed
Description
Describe the problem
It's impossible to switch between tabs on MacOS using the keyboard shortcuts. This happens because the relative keybindings (defined on Theia here) overlap with the ones used by the OS to switch between applications.
To reproduce
- Open a workspace with multiple files
- Ensure you have multiple tabs open
- try to use the shortcuts
ctrlcmd+tab
,ctrlcmd+alt+d
,ctrlcmd+shift+tab
,ctrlcmd+alt+a
(as defined here) - 🐛 Nothing happens
Expected behavior
- Open a workspace with multiple files
- Ensure you have multiple tabs open
- try to use the shortcuts
ctrlcmd+tab
,ctrlcmd+alt+d
,ctrlcmd+shift+tab
,ctrlcmd+alt+a
- 😄 Happily switch between tabs without touching your mouse, like a pro
Arduino IDE version
2.0.1
Operating system
macOS
Operating system version
12.3.1 (21E258)
Additional context
Changing these keybindings from ctrlcmd+...
to ctrl+...
should do the trick.
Related to eclipse-theia/theia#11875
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details