Skip to content

Instantly share code, notes, and snippets.

@tanftw
Last active February 20, 2025 04:42
Show Gist options
  • Save tanftw/cf1ee22671e6b5e4ab6e6ff92f2b287f to your computer and use it in GitHub Desktop.
Save tanftw/cf1ee22671e6b5e4ab6e6ff92f2b287f to your computer and use it in GitHub Desktop.
My AHK Config
^#j:: { ; Ctrl + Win + J
Send("{WheelDown}")
}
^#k:: { ; Ctrl + Win + K
Send("{WheelUp}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment