Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcuts to switch between tabs not working on MacOS #1685

Closed
3 tasks done
AlbyIanna opened this issue Nov 17, 2022 · 0 comments · Fixed by #1686
Closed
3 tasks done

Shortcuts to switch between tabs not working on MacOS #1685

AlbyIanna opened this issue Nov 17, 2022 · 0 comments · Fixed by #1686
Assignees
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

Comments

@AlbyIanna
Copy link
Contributor

AlbyIanna commented Nov 17, 2022

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

  1. Open a workspace with multiple files
  2. Ensure you have multiple tabs open
  3. try to use the shortcuts ctrlcmd+tab, ctrlcmd+alt+d, ctrlcmd+shift+tab, ctrlcmd+alt+a (as defined here)
  4. 🐛 Nothing happens

Expected behavior

  1. Open a workspace with multiple files
  2. Ensure you have multiple tabs open
  3. try to use the shortcuts ctrlcmd+tab, ctrlcmd+alt+d, ctrlcmd+shift+tab, ctrlcmd+alt+a
  4. 😄 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
@AlbyIanna AlbyIanna added topic: code Related to content of the project itself os: macos Specific to macOS operating system type: imperfection Perceived defect in any part of project labels Nov 17, 2022
@AlbyIanna AlbyIanna self-assigned this Nov 17, 2022
@AlbyIanna AlbyIanna changed the title Shortcuts to switch between tabs not working on MacOS #11875 Shortcuts to switch between tabs not working on MacOS Nov 17, 2022
@per1234 per1234 added the conclusion: resolved Issue was resolved label Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants