https://github.com/starise/win11-virtual-desktop-extension
Enhances Windows 11 virtual desktops with additional keyboard shortcuts and mouse wheel desktop switch.
https://github.com/starise/win11-virtual-desktop-extension
autohotkey hotkeys virtual-desktop virtual-desktop-assistant virtual-desktops windows-11 windows11
Last synced: 4 months ago
JSON representation
Enhances Windows 11 virtual desktops with additional keyboard shortcuts and mouse wheel desktop switch.
- Host: GitHub
- URL: https://github.com/starise/win11-virtual-desktop-extension
- Owner: starise
- License: isc
- Created: 2024-02-01T17:47:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T21:49:47.000Z (over 1 year ago)
- Last Synced: 2024-09-29T22:45:20.203Z (8 months ago)
- Topics: autohotkey, hotkeys, virtual-desktop, virtual-desktop-assistant, virtual-desktops, windows-11, windows11
- Language: AutoHotkey
- Homepage:
- Size: 259 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Windows 11 Virtual Desktop Extension

Requires at least Windows 11 Version 23H2 Build 22631.3085.
- Enhance Windows 11 virtual desktops with additional keyboard shortcuts.
- Switch between virtual desktops using the mouse wheel on taskbar and task view.
- Move the current selected window to another virtual desktop.
- Show current virtual desktop number on tray icon.## Additional Mouse & Keyboard Shortcuts
- `Mouse Wheel Up` (_on taskbar_) — Switch to the previous virtual desktop.
- `Mouse Wheel Down` (_on taskbar_) — Switch to the next virtual desktop.
- `Ctrl+Win+Shift + Left` — Move current window to the previous virtual desktop.
- `Ctrl+Win+Shift + Right` — Move current window to the next virtual desktop.## Windows 11 Native Keyboard Shortcuts
- `Win + Tab` — Open Task View.
- `Ctrl+Win + D` — Add a new virtual desktop.
- `Ctrl+Win + F4` — Close the current virtual desktop.
- `Ctrl+Win + Left` — Switch to the previous virtual desktop.
- `Ctrl+Win + Right` — Switch to the next virtual desktop.