Skip to content

Latest commit

 

History

History

ahk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Purpose

Provide a suite of keyboard tweaks via a single configurable AHK entrypoint.

Modules

  • 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

Get Started

  1. Clone or download this repo
  2. Download and install AutoHotkey
  3. Copy or rename user-template.ini as user.ini and fill in placeholder information. Path is used for shortcuts. Email is used for hotstrings.
  4. Copy or rename Hotstring\hotstring_user-template.ahk as Hotstring\hotstring_user.ahk and follow instructions in file.
  5. Copy or rename Shortcut\shortcut_user-template.ahk as Shortcut\shortcut_user.ahk and customize as needed with shortcuts.
  6. Adjust configuration in main.ahk for desired mappings and Extend/AltGr modifiers.

Credits

Project structure, mappings, and extend/AltGr layers draw heavily from stevep99/keyboard-tweaks.