zeroxoneafour / polonium

Autotile manager for Plasma 6
https://zeroxoneafour.github.io/polonium/
MIT License
953 stars 18 forks source link

Add shortcut to cycle between windows #184

Open svartkanin opened 4 months ago

svartkanin commented 4 months ago

Is your feature request related to a problem? Please describe. Currently there are shortcuts to focus on a window based on direction, it would be great to have a shortcut for cycling as well, something like Focus next and Focus previous image

Describe the solution you'd like New shortcut to cycle to the next or previous window

Describe alternatives you've considered N/A

alioth9 commented 4 months ago

Unless I did not understand what you need but there is already such a shortcut. It is provided by plasma and by default I think it is Alt+Tab (Alt+Shift+Tab to cycle backward). There are also possibility to switch between the windows in all desktops with gui (Ctrl+F10).

svartkanin commented 4 months ago

Alt+Tab is not the same as it will switch the order depending on the selections made. If you have 3 windows then pressing alt+tab will not cycle through the 3 windows if you press it 3 times individually. Because when pressing alt+tab it will change the order of apps in the list based on the selected window.

With a next/previous window cycle option - lets say Ctrl+left/right - then pressing that once will go to the next window, pressing it again will to to the third window.