taooceros / Flow.Plugin.WindowWalker

Port of WindowsWalker from Powertoy for Flow Launcher
MIT License
22 stars 6 forks source link

[feature request] switch windows among current process #35

Open valuex opened 2 years ago

valuex commented 2 years ago

Could you add this feature, that is to switch windows among current process? Senario:
If there are multiple folder opens, and the active window process is exploer.exe, and when user press a prefined shortcut, only the open folders will be listed, not all the open windows. This would be more efficient than filtering through all the open windows.

Actually I've implemented this feature using Switcheroo, but I am not familar with Plugin developement. So I am here to ask your help. https://github.com/valuex/Switcheroo Add a Hotkey to switch witching same process's different windows For example: After sitting Ctrl+Tab as the [HotKey for switching same process's different windows], when the user opened mutlitple MSWord windows, and one of them is activated, press Ctrl+Tab , one can switch to another window among those MSWord windows.

taooceros commented 1 year ago

That's an interesting idea! We can use a specific prefix for doing so.

merken commented 1 year ago

Sounds like how ctrl tab works on Macos and Linux, would love to see this feature too!

taooceros commented 1 year ago

What about using a prefix to show all windows belongs to the foreground window process?