Skip to content

appswitcher: Fix Alt+Shift+Tab (#13717)#13743

Open
ArqamQazi wants to merge 3 commits into
linuxmint:masterfrom
ArqamQazi:fix-issue-13717-alt-tab
Open

appswitcher: Fix Alt+Shift+Tab (#13717)#13743
ArqamQazi wants to merge 3 commits into
linuxmint:masterfrom
ArqamQazi:fix-issue-13717-alt-tab

Conversation

@ArqamQazi
Copy link
Copy Markdown
Contributor

@ArqamQazi ArqamQazi commented May 1, 2026

Fixes #13717.

Previously, _show and _keyReleaseEvent always incremented the currentIndex value without taking the alt+shift+tab into account.

  • Update _show and _keyReleaseEvent to detect backward keybindings.

  • Adjust _currentIndex calculation to decrement for Alt+Shift+Tab.

ArqamQazi and others added 3 commits May 1, 2026 21:50
- Update _show and _keyReleaseEvent to detect 'backward' keybindings.

- Adjust _currentIndex calculation to decrement for Alt+Shift+Tab.
Also modified how shift is checked in classicSwitcher,
`_keyReleaseEvent` is kept same as checking with binding name is more
reliable than with modifier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Alt+Shift+Tab (cycle windows backwards) cycles forwards on first use

1 participant