-
-
Notifications
You must be signed in to change notification settings - Fork 468
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedos: macosSpecific to macOS operating systemSpecific to macOS operating systemtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
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
Keywords
-
"keybinding"
-
"key binding"
-
"hotkey"
-
"hot key"
-
"accelerator"
-
"key combination"
-
"key sequence"
-
"key chord"
-
"shortcut key"
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
per1234
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedos: macosSpecific to macOS operating systemSpecific to macOS operating systemtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project