Michael Zomparelli

Results 360 comments of Michael Zomparelli

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...

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...

It is there. Is this what you are referring to? ![image](https://user-images.githubusercontent.com/10564234/51688331-f61cbc80-1fb9-11e9-94eb-567b463d7746.png)

ok, so you want this text visible on the taskbar at all times?

Basically, you want a way to always see the name and number of the current desktop without having to do anything extra. We already the system tray icon to indicate...

Let me look at this again. If I'm understanding correctly, you simply want the on-demand ability to launch a predefined list of applications on a specified desktop.

I can't think of a way to identify separate browser windows after a reboot. Every window gets a new window handle after a reboot and using the window text would...

Thanks for the feedback. I'll see what I can do with just window titles.

Is Windows 11 doing something with this? As far as I can tell Windows 11 is still just Windows 10. I actually haven't tried it yet though. Downloading the Windows...

I have tested out Windows 11 Insider and not much has changed with Virtual Desktops and zVD works with Windows 11. I will try to get busy on this feature...