Skip to content

Instantly share code, notes, and snippets.

@amcsi
Created March 17, 2020 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcsi/06a0e610bdba20e6cc82edbf999e998f to your computer and use it in GitHub Desktop.
Save amcsi/06a0e610bdba20e6cc82edbf999e998f to your computer and use it in GitHub Desktop.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn ; Enable warnings to assist with detecting common errors.
; Custom function to press down two buttons.
PressBoth(a, b)
{
Send, {%a% down}{%b% down}{%a% up}{%b% up}
}
#IfWinActive MELTY BLOOD
; amcsi
Numpad0::
PressBoth("Numpad4", "Numpad1")
Return
ő::Up
é::Left
á::Down
ű::Right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment