Created
November 16, 2025 20:08
-
-
Save amrutnrp/fce9e76467ce97df80d6259fd0632672 to your computer and use it in GitHub Desktop.
toggling to Colemak -DH and Qwerty by press of ctrl+shift+space
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
| ; it supports toggling to Colemak -DH and Qwerty by press of ctrl+shift+space | |
| ; Colemak Mod-DH mapping for ANSI boards | |
| ^+Space::(Suspend(), TrayTip("AHK","Suspended Toggled")) | |
| ;SC010::q | |
| ;SC011::w | |
| SC012::f | |
| SC013::p | |
| SC014::b | |
| SC015::j | |
| SC016::l | |
| SC017::u | |
| SC018::y | |
| SC019::; | |
| ;SC01E::a | |
| SC01F::r | |
| SC020::s | |
| SC021::t | |
| ;SC022::g | |
| SC023::m | |
| SC024::n | |
| SC025::e | |
| SC026::i | |
| SC027::o | |
| SC02c::x | |
| SC02d::c | |
| SC02e::d | |
| ;SC02f::v | |
| SC030::z | |
| SC031::k | |
| SC032::h | |
| ; set Backspace to CapsLock key | |
| ; sc03a::backspace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment