Eun / MoveToDesktop

Move windows using hotkeys or the system menu
Other
1.07k stars 113 forks source link

After moving a window it should focus the next window #14

Open eudaldca opened 8 years ago

eudaldca commented 8 years ago

Basically title is content, I find it annoying that when I move a window to another desktop, it won't focus to the next window, but instead stay unfocused. That way you could move all stacked windows to another desktop quicker.

Eun commented 8 years ago

Thanks for feedback, next release!

Eun commented 7 years ago

This is more difficult that I thought, the question is how should we know what the next window is? The last item in the Tasklist? The window that is/was below the window that was moved? -- This seems the best solution for me

Any suggestions?

Eun commented 7 years ago

Seems like there is an api GetNextWindow that can be used

mvakili commented 6 years ago

Isn't it better to switch the desktop and keep focusing on the moving window?