MoveToDesktop icon indicating copy to clipboard operation
MoveToDesktop copied to clipboard

Move to Specific Desktop Using WIN+ALT+Numpad

Open mzomparelli opened this issue 7 years ago • 4 comments

I would like to move the selected window to desktop 3. I want to do so by pressing WIN+ALT+Numpad3. This is how I had it setup when I used VirtualWin before Microsoft implemented the feature into Windows.

mzomparelli avatar Mar 08 '17 16:03 mzomparelli

I like this idea--this would be a nice enhancement!

M3Rocket avatar Mar 08 '17 23:03 M3Rocket

I'd pay for this feature. Without this, I find the entire process too cumbersome and because of that, I'm not really using "workspaces" as much as I would like to. I'd use VirtuaWin still, but it doesn't handle Excel windows very well.

mzomparelli avatar Mar 09 '17 01:03 mzomparelli

I actually just went ahead and created a C# app that can switch desktops using the numpad and move windows via the numpad. Next up is a hotkey to pin and unpin windows. I will have the app on my Github soon.

mzomparelli avatar Mar 16 '17 17:03 mzomparelli

https://github.com/mzomparelli/zVirtualDesktop

This is my version.

Navigate Desktops: WindowsKey + ALT + NumPad Move Windows: WindowsKey + CTRL + NumPad

I've also implemented a system tray icon that informs you which desktop you are on.

For this to work properly you must create 9 desktops.

mzomparelli avatar Mar 16 '17 21:03 mzomparelli