AutoHotKey scripts I use to mimic my Linux Keybindings and Workspaces on Windows 10/11.
-
Create at least 8 workspaces (virtual desktops) on Windows. There's no need to name them, but these are the ones I use:
- Web
- Art
- Coffee
- Files
- Terminal
- Social
- Games
- Music
-
Install AutoHotKey. This repo is tested with version
1.1.33.10
. -
Clone the repository and its submodules.
git clone --recursive https://github.com/lu0/autohotkey-config
- Run each
*.ahk
script by double-clicking on them:- For all
*.ahk
scripts in folderskey-remappings
,miscellaneous
,toggle-win-terminal
, andwindow-control
. - For
desktop_switcher.ahk
, contained in theworkspaces
folder.
- For all
These scripts can run at startup by copying or linking them to the startup folder:
-
Open the repository in the file explorer.
-
Open the startup folder in another explorer
- either by running the following command in CMD:
explorer.exe %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
- or by pressing keys
WIN
+R
and runningshell:startup
-
Create a shortcut for each
*.ahk
script by selecting the*.ahk
files and then, while pressingCtrl
+Shift
, dragging them from the repository folder to the startup folder.- For all
*.ahk
scripts in folderskey-remappings
,miscellaneous
,toggle-win-terminal
, andwindow-control
. - For only the script
desktop_switcher.ahk
, contained in theworkspaces
folder.
- For all
-
Reboot