Skip to content

Instantly share code, notes, and snippets.

@SirRippovMaple
Last active August 2, 2020 05:58
Show Gist options
  • Save SirRippovMaple/a12ffdc46d398d29f29d9119d8defc9a to your computer and use it in GitHub Desktop.
Save SirRippovMaple/a12ffdc46d398d29f29d9119d8defc9a to your computer and use it in GitHub Desktop.
#NoEnv
#MaxHotKeysPerInterval 2000
#If GetKeyState("ScrollLock", "T")
; Top row
[::q
p::w
o::e
i::r
u::t
; y remains the same
t::u
r::i
e::o
w::p
q::[
; Second row
Enter::Tab
'::d ; Not a - left and right are switched
`;::s
l::a ; Not d - left and right are switched
k::f ; Press k to pay respects
j::g
; h stays the same
g::j
f::k
d::l
s::`;
a::'
Tab::Enter
; Third row
RShift::LShift
/::z
.::x
,::c
m::v
n::b
b::n
v::m
c::,
x::.
z::/
; Bottom row
RCtrl::LCtrl
RAlt::LAlt
; Space stays the same
LAlt::RAlt
LCtrl::RCtrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment