Is there a way to cycle through all windows on Apple with the Cmd+~ shortcut?
Afficher commentaires plus anciens
The new 2018a release only cycles through the last two windows with Cmd+~ instead of all open MATLAB windows as in previous releases (and most other applications for Mac OSX).
Réponse acceptée
Plus de réponses (6)
Hey, Mathworks. Is the move from Command+' to Command+Shift+' = Command+~ a BUG or a FEATURE?
In my opinion, it's a bug. Very awkward to do Command+~ !!!
Tobias
le 27 Mar 2018
5 votes
Hi, Just wanted to confirm that I have the same issue. Cycling through all windows worked fine in R2017b. Best Regards
David McGrath
le 26 Juin 2018
5 votes
This is still broken in the 2018b-preRelease version. Cmd-` should cycle through all windows within an application, but instead it only cycles though the 2 most recent windows.
1 commentaire
Jess
le 18 Jan 2021
I wholeheartedly agree. This is standard macOS behavior, which the devs should abide by.
For some reason, MATLAB 2020b (at least; apparently earlier) broke this convention. When I have many windows open, this unconventional behavior really gets in the way!
Trent Ridder
le 8 Mai 2019
1 vote
I agree that this is an annoying change after many years of Command+tilde cycling it is a hard habit to unlearn.
Kim Bostroem
le 28 Mai 2019
1 vote
Incredibly annoying. And totally superfluously so.
Nahid Harjee
le 4 Juin 2019
Modifié(e) : Nahid Harjee
le 4 Juin 2019
1 vote
Cmd+` is broken in Matlab because of this Java bug: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8206392. The bug was fixed in Java 1.8.0_202. However, Matlab R2019a Update 1 uses Java 1.8.0_181-b13. Cmd+Shift+` is a workaround, but cycles windows in reverse order and is definitely less convenient.
3 commentaires
I'm running R2020a on OSX. It reports:
>> version -java
ans =
'Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode'
However, Cmd+` still only cycles between the two most recent windows, and I have to resort to the awkward Cmd+Shift+` to cycle between all of them—and that cycles in reverse order, as noted in the previous comment.
So while the Java bug might have been fixed in 1.8.0_202, and R2020a uses that version, this issue is NOT fixed in MATLAB. Perhaps it isn't making use of the Java bugfix?
In any case, I'll add my voice to the chorus: this is incredibly annoying. No other software I have on this machine has such issues. Mathworks, please fix!
Hans van Dijk
le 16 Déc 2020
I experience the same issue with R2020a and the same java version as you.
Nahid Harjee
le 4 Jan 2021
I'm running R2020b Update 3 which uses Java 1.8.0_202-b08 (same as R2020a) and I also still have the issue with window cycling. I suspect that we're now hitting this bug which is present in 1.8.0_202 and fixed in 1.8.0_211: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8213983.
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!