-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
AltTab should intercept command+shift+tab if command+tab is bound #2080
Comments
Hi @Swandog, I just tried to reproduce but couldn't. I tried with these preferences: Could you please share your preferences? |
@Swandog I was able to reproduce the bug you mentioned. I think you're experiencing this because AltTab has a different approach to shortcut compared to the native app switcher for going to previous window/app (tested on macOS 12.6.1).
So by holding cmd+shift and pressing tab, you're bringing up the native app switcher. Personally, I prefer AltTab's approach since I have to press only 2 keys to go to previous window. |
Oh, I see. I thought I should only disable the native I think I'll add a special case that if |
Ah yes--this is exactly the case! Somehow I didn't trigger this before. But now, testing it out, I see that Now that I know how it works, I can figure it out. Though it would still be helpful to me if Thanks! |
Came here to chime in on the same issue. My muscle memory from 20 years using windows causes me to hit "cmd + shift + tab" after i've already summoned the alt-tab switcher with a cmd-tab shortcut. This causes the native app switcther to appear in addition to the alt-tab window switcher which is very confusing. repro steps:
expected behavior: Shift+tab would cause a previous item in the AltTab switcher to be selected. |
Next release will have the mitigation to avoid this issue |
# [6.50.0](v6.49.0...v6.50.0) (2022-11-14) ### Bug Fixes * don't show firefox tooltips as windows (closes [#2110](#2110)) ([bf905b1](bf905b1)) * tabs show as separate windows sometimes on monterey (closes [#2017](#2017)) ([0965a78](0965a78)) ### Features * avoid accidental press of the "reset preferences" button ([#2093](#2093)) ([f6fcac5](f6fcac5)) * avoid confusion with native app-switcher (closes [#2080](#2080)) ([f906c0e](f906c0e)) * improve localizations ([2123af3](2123af3)) * show alttab on display with active menubar when needed ([#2107](#2107)) ([917e661](917e661))
FWIW--I got the update today and it fixes the issue perfectly! Thanks! |
Describe the bug
I have Alt-Tab configured with Command+Tab as the shortcut. This works great, and has been for some time. With the latest release, though, there seems to be a problem with using Command+Shift+Tab to cycle backwards through windows. When I hit Command+Shift+Tab, it does cycle windows in Alt-Tab; but it also raises the default MacOS application switcher as well. Then I have to close/escape out of that one after I've finished selecting a window in Alt-Tab.
I'm pretty sure this issue wasn't happening in the version prior to this one.
Screenshots / video
Steps to reproduce the bug
Notes: I tried resetting my preferences, that did not help. Command+Tab does not bring up the default switcher; only Command+Shift+Tab does.
The text was updated successfully, but these errors were encountered: