Shortcuts to switch between tabs not working on MacOS #1685
Labels
conclusion: resolved
Issue was resolved
os: macos
Specific to macOS operating system
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
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
ctrlcmd+tab
,ctrlcmd+alt+d
,ctrlcmd+shift+tab
,ctrlcmd+alt+a
(as defined here)Expected behavior
ctrlcmd+tab
,ctrlcmd+alt+d
,ctrlcmd+shift+tab
,ctrlcmd+alt+a
Arduino IDE version
2.0.1
Operating system
macOS
Operating system version
12.3.1 (21E258)
Additional context
Changing these keybindings from
ctrlcmd+...
toctrl+...
should do the trick.Related to eclipse-theia/theia#11875
Issue checklist
The text was updated successfully, but these errors were encountered: