Skip to content

Instantly share code, notes, and snippets.

@16Yongjin
Last active July 10, 2024 07:54
Show Gist options
  • Select an option

  • Save 16Yongjin/1ed465c8acb2d716f945ac09518e3aaf to your computer and use it in GitHub Desktop.

Select an option

Save 16Yongjin/1ed465c8acb2d716f945ac09518e3aaf to your computer and use it in GitHub Desktop.
; #NoTrayIcon
SetCapsLockState, AlwaysOff
; Ctrl::Alt
; Alt::Ctrl
^q::WinClose, A
#If GetKeyState("Capslock","P")
i::Up
j::Left
k::Down
l::Right
u::BackSpace
o::Del
]::Send, {>}
1::Send, {(}
2::Send, {)}
3::Send, {{}
4::Send, {}}
5::Send, {[}
6::Send, {]}
7::PgUp
8::PgDn
w::Up
a::Left
s::Down
d::Right
e::BackSpace
q::Enter
t::_
r::=
z::Home
x::End
c::Esc
=::Send, {=}{>}
n::Home
m::End
f::CapsLock
,::Send, {<}{-}
.::Send, {-}{>}
#If
^F10::Send CtrlUp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment