Last active
July 10, 2024 07:54
-
-
Save 16Yongjin/1ed465c8acb2d716f945ac09518e3aaf to your computer and use it in GitHub Desktop.
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
| ; #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