Here's my custom AutoHotkey setup tailored for the Colemak DH keyboard layout on an ANSI keyboard type. I've incorporated QWERTY layout shortcuts for added convenience. I'm also offering a Polish version with Polish characters.
- Polish characters (in pl version)
- Shortcuts from QWERTY
- Caps Lock taking over the Backspace function
- Moving the cursor in a text field using keyboard shortcuts
- Shortcuts for EM (—) and EN (–) dashes
Official documentation:
hotkeys 🔗 https://www.autohotkey.com/docs/v1/Hotkeys.htm
remapping keys 🔗 https://www.autohotkey.com/docs/v1/misc/Remap.htm
;
: Comment (works only for one line)
#
: Windows key
!
: Alt key
^
: Ctrl key
+
: Shift key
<
: Left key of the pair — E.g. <^
is left control key
>
: Right key of the pair
<^>!
: AltGr