Skip to content

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

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

appswitcher: Fix Alt+Shift+Tab (#13717)#13743
ArqamQazi wants to merge 1 commit 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.

Update _show and _keyReleaseEvent to detect backward keybindings.
@ArqamQazi ArqamQazi force-pushed the fix-issue-13717-alt-tab branch from a40971b to 327043a Compare May 17, 2026 02:07
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