Skip to content

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

Open
ArqamQazi wants to merge 1 commit intolinuxmint:masterfrom
ArqamQazi:fix-issue-13717-alt-tab
Open

appswitcher: Fix Alt+Shift+Tab (#13717)#13743
ArqamQazi wants to merge 1 commit intolinuxmint:masterfrom
ArqamQazi:fix-issue-13717-alt-tab

Conversation

@ArqamQazi
Copy link
Copy Markdown

@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.

Note: This fix is only for classic switcher and not for the 3D switcher.

- Update _show and _keyReleaseEvent to detect 'backward' keybindings.

- Adjust _currentIndex calculation to decrement for Alt+Shift+Tab.
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