virgo 是Windows 下的开源虚拟桌面,源程序只有 7KB,支持 4 个虚拟桌面以及快捷键操作。
快捷键:
ALT + 1..4 -> 切换桌面
CTRL + 1..4 -> 发送当前窗口到某个桌面
ALT + CTRL + SHIFT + Q -> 退出程序
源码: https://github.com/papplampe/virgo
----------------------------------------------------
Virtual desktops for Windows。
virgo
Virtual Desktop Manager for Windows
Features:
- resource friendly, exe is <10kb on disk and uses <1mb memory while running
- 4 virtual desktops (more if you change a constant and recompile the code)
- shows only a tray icon with the number of the desktop you are on
Hotkeys:
ALT + 1..4 -> changes to desktop 1..4
CTRL + 1..4 -> moves active window to desktop 1..4
ALT + CTRL + SHIFT + Q -> exits the program
ALT + CTRL + SHIFT + S -> starts/stops handling of other hotkeys
the nerds can build it with
git clone https://github.com/papplampe/virgo
cd virgo
make
If you do not have gcc/make installed, you can change that doing following
- go to http://msys2.github.io/ and install it according to the instructions there
- open msys2 shell and install mingw-w64-i686-gcc and mingw-w64-i686-make using pacman
- duplicate C:\msys32\mingw32\bin\mingw32-make.exe and name it make.exe
from https://github.com/henkman/virgo
No comments:
Post a Comment