pmb6tz/windows-desktop-switcher

Anny way to make the desktop not also switch when moving an app to another desktop?

NicTanghe opened this issue · 3 comments

Anny way to make the desktop not also switch when moving an app to another desktop?

9 ive noticed that this already happens when using RH windows and alt.
my shortcut is #!1::MoveCurrentWindowToDesktop(1)

Yes, all you need to do is to "comment out" the instruction that changes the desktop after moving the window. You can do this by adding a semicolon at the beginning of this line:

switchDesktopByNumber(desktopNumber)

so it looks like this:

;switchDesktopByNumber(desktopNumber)

To apply the changes, close the program and run it again.

Let us know if this works for you!

It worked. thx