Skip to content

Use Windows 10 virtual desktops, but with fully customizable hotkeys. Like VirtuaWin, but with native Windows 10 performance. Fork of https://sourceforge.net/projects/virtual-desktop-grid-switcher/

License

Notifications You must be signed in to change notification settings

cspotcode/virtual-desktop-grid-switcher

Repository files navigation

This is a fork of VirtualDesktopGridSwitcher that allows more flexibility and customization of hotkeys. You can trigger the hotkeys via an AutoHotKey script, which allows unlimited custom hotkeys, overriding built-in Windows shortcuts, or any other advanced logic you can think of.

Quick-start:

Download the latest release and unzip it somewhere. Install AutoHotkey. Run autohotkey/virtual-desktop-hotkeys.ahk. That's it!

Hotkeys:

The included AutoHotKey script is configured with the following hotkeys. They can all be customized by modifying the .ahk script.

  • Ctrl+Win+<arrow key>: Switch desktop
  • Win+Alt+<arrow key>: Move active window and switch desktop
  • Ctrl+Win+<F1-F12>: Jump to a specific desktop by number
  • Win+Alt+<F1-F12>: Move active window and jump to a specific desktop by number
  • Ctrl+Win+A: Toggle always-on-top for active window
  • Ctrl+Win+S: Toggle sticky for active window

Original readme is below:

=============

IF YOU HAVE TRIED VirtualDesktopGridSwitcher AND IT FAILED TO RUN YOU PROBABLY NEED TO "UNBLOCK" THE ZIP FILE IN FILE PROPERTIES BEFORE EXTRACTING

See the Installation Guide in the Wiki section for more information