Last active
May 7, 2020 20:37
-
-
Save Boggin/364e61f387ec9625231583f48fcf66b7 to your computer and use it in GitHub Desktop.
Colemak Mod-DH Angle Extend AutoHotkey layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
; Colemak Mod-DH angle wide mapping for ANSI boards | |
SC029::Esc | |
;SC002::1 | |
;SC003::2 | |
;SC004::3 | |
;SC005::4 | |
;SC006::5 | |
SC007::= | |
SC008::6 | |
SC009::7 | |
SC00a::8 | |
SC00b::9 | |
SC00c::0 | |
SC00d::- | |
;SC010::q | |
;SC011::w | |
SC012::f | |
SC013::p | |
SC014::b | |
SC015::[ | |
SC016::j | |
SC017::l | |
SC018::u | |
SC019::y | |
SC01A::; | |
SC01B::' | |
;SC01E::a | |
SC01F::r | |
SC020::s | |
SC021::t | |
SC022::g | |
SC023::] | |
SC024::k | |
SC025::n | |
SC026::e | |
SC027::i | |
SC028::o | |
SC02A::z | |
SC02c::x | |
SC02d::c | |
SC02e::d | |
;SC02f::v | |
SC030::` | |
SC031::/ | |
SC032::m | |
SC033::h | |
SC034::, | |
SC035::. | |
SC15B::LAlt | |
SC038::LShift | |
; set CapsLock to key | |
; sc03a::backspace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment