Created
February 15, 2024 05:03
-
-
Save lumixraku/ce815cc5750c48930e81c39a40f7d7da to your computer and use it in GitHub Desktop.
hotkey
This file contains 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
#Requires AutoHotkey v2.0 | |
LAlt::RCtrl | |
^e::Send "#1" | |
CapsLock & E::Send "{End}" | |
CapsLock & A::Send "{Home}" | |
CapsLock & c::Send "^z" | |
CapsLock::return | |
^q::Send "!{F4}" | |
Shift & Esc::Send "~" | |
^+v::Send "#v" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment