Provide a suite of keyboard tweaks via a single configurable AHK entrypoint.
- AltGr - sybmols layer
- Extend - navigation/editing layer
- Hotstring - automatic text replacement
- Keymap - mappings for Colemak mod dh (ANSI)
- Shortcut - application launchers and other keyboard shortcuts
- Clone or download this repo
- Download and install AutoHotkey
- Copy or rename
user-template.ini
asuser.ini
and fill in placeholder information. Path is used for shortcuts. Email is used for hotstrings. - Copy or rename
Hotstring\hotstring_user-template.ahk
asHotstring\hotstring_user.ahk
and follow instructions in file. - Copy or rename
Shortcut\shortcut_user-template.ahk
asShortcut\shortcut_user.ahk
and customize as needed with shortcuts. - Adjust configuration in
main.ahk
for desired mappings and Extend/AltGr modifiers.
Project structure, mappings, and extend/AltGr layers draw heavily from stevep99/keyboard-tweaks.