https://github.com/lu0/autohotkey-config
Scripts I use to replicate my Linux keybindings on Windows 10/11 for a faster workflow.
https://github.com/lu0/autohotkey-config
autohotkey autohotkey-scripts dotfiles-windows keybindings keyboard-shortcuts windows-10 windows-11
Last synced: 12 months ago
JSON representation
Scripts I use to replicate my Linux keybindings on Windows 10/11 for a faster workflow.
- Host: GitHub
- URL: https://github.com/lu0/autohotkey-config
- Owner: lu0
- License: gpl-3.0
- Created: 2021-11-20T01:32:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T10:43:25.000Z (over 1 year ago)
- Last Synced: 2025-06-14T04:39:18.338Z (about 1 year ago)
- Topics: autohotkey, autohotkey-scripts, dotfiles-windows, keybindings, keyboard-shortcuts, windows-10, windows-11
- Language: AutoHotkey
- Homepage:
- Size: 63.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoHotKey scripts and configuration
AutoHotKey scripts I use to mimic my Linux Keybindings and Workspaces on Windows 10/11.
## Initial setup
1. Create at least 8 workspaces (virtual desktops) on Windows.
There's no need to name them, but these are the ones I use:
1. Web
2. Art
3. Coffee
4. Files
5. Terminal
6. Social
7. Games
8. Music
1. Install [AutoHotKey](https://www.autohotkey.com).
This repo is tested with [version `1.1.33.10`](https://www.autohotkey.com/download/1.1/AutoHotkey_1.1.33.10_setup.exe).
1. Clone the repository and its submodules.
```cmd
git clone --recursive https://github.com/lu0/autohotkey-config
```
1. Run each `*.ahk` script by double-clicking on them:
- For all `*.ahk` scripts in folders `key-remappings`, `miscellaneous`, `toggle-win-terminal`, and `window-control`.
- For `desktop_switcher.ahk`, contained in the `workspaces` folder.
### Run at startup
These scripts can run at startup by copying or linking them to the startup folder:
1. Open the repository in the file explorer.
1. Open the startup folder in **another** explorer
- either by running the following command in CMD:
```cmd
explorer.exe %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
```
- or by pressing keys `WIN` + `R` and running `shell:startup`
1. Create a **shortcut** for each `*.ahk` script by selecting the `*.ahk` files and then,
**while pressing `Ctrl` + `Shift`**, dragging them from the repository folder to the startup folder.
- For all `*.ahk` scripts in folders `key-remappings`, `miscellaneous`, `toggle-win-terminal`, and `window-control`.
- For only the script `desktop_switcher.ahk`, contained in the `workspaces` folder.
1. Reboot