Skip to content

Instantly share code, notes, and snippets.

@lumixraku
Created February 15, 2024 05:03
Show Gist options
  • Save lumixraku/ce815cc5750c48930e81c39a40f7d7da to your computer and use it in GitHub Desktop.
Save lumixraku/ce815cc5750c48930e81c39a40f7d7da to your computer and use it in GitHub Desktop.
hotkey
#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