Description
The ApplicationSwitchNextWindow shortcut is not cycling correctly through windows. Instead of moving to the next window in the stack, it jumps to the first window.
Expected Behavior
When triggering ApplicationSwitchNextWindow repeatedly with multiple windows of the same app:
- From the frontmost window, it should cycle to the second-to-last window
- Each subsequent trigger should move backward through the window stack
- The rotation should cycle: front → second-to-last → third-to-last → ... → back → front
Actual Behavior
ApplicationSwitchNextWindow always jumps to the first window in the stack, regardless of which window is currently focused.
Steps to Reproduce
- Open multiple windows of the same application (e.g., 3+ terminal windows)
- Focus any window
- Trigger ApplicationSwitchNextWindow (Ctrl+grave in default config)
- Observe that it jumps to the first window in the stack instead of cycling to the next one
Description
The ApplicationSwitchNextWindow shortcut is not cycling correctly through windows. Instead of moving to the next window in the stack, it jumps to the first window.
Expected Behavior
When triggering ApplicationSwitchNextWindow repeatedly with multiple windows of the same app:
Actual Behavior
ApplicationSwitchNextWindow always jumps to the first window in the stack, regardless of which window is currently focused.
Steps to Reproduce