├── LICENSE ├── README.md ├── commonFunctions.ahk ├── desktopChanger.ahk ├── desktopManager.ahk ├── desktopMapper.ahk ├── dllWindowMover.ahk ├── helpers.ahk ├── hotkeyManager.ahk ├── injection dll ├── dllCaller.ahk ├── hook 32.dll └── hook 64.dll ├── monitorMapper.ahk ├── virtualDesktopManager.ahk ├── virtualDesktopManager.ico ├── windowMover.ahk └── windows10.ahk /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/README.md -------------------------------------------------------------------------------- /commonFunctions.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/commonFunctions.ahk -------------------------------------------------------------------------------- /desktopChanger.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/desktopChanger.ahk -------------------------------------------------------------------------------- /desktopManager.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/desktopManager.ahk -------------------------------------------------------------------------------- /desktopMapper.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/desktopMapper.ahk -------------------------------------------------------------------------------- /dllWindowMover.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/dllWindowMover.ahk -------------------------------------------------------------------------------- /helpers.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/helpers.ahk -------------------------------------------------------------------------------- /hotkeyManager.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/hotkeyManager.ahk -------------------------------------------------------------------------------- /injection dll/dllCaller.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/injection dll/dllCaller.ahk -------------------------------------------------------------------------------- /injection dll/hook 32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/injection dll/hook 32.dll -------------------------------------------------------------------------------- /injection dll/hook 64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/injection dll/hook 64.dll -------------------------------------------------------------------------------- /monitorMapper.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/monitorMapper.ahk -------------------------------------------------------------------------------- /virtualDesktopManager.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/virtualDesktopManager.ahk -------------------------------------------------------------------------------- /virtualDesktopManager.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/virtualDesktopManager.ico -------------------------------------------------------------------------------- /windowMover.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/windowMover.ahk -------------------------------------------------------------------------------- /windows10.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpginc/windows10DesktopManager/HEAD/windows10.ahk --------------------------------------------------------------------------------