THE KING OF FIGHTERS XV – How to Jump Using Spacebar (Using AutoHotKey)

THE KING OF FIGHTERS XV – How to Jump Using Spacebar (Using AutoHotKey) 2 - steamlists.com
THE KING OF FIGHTERS XV – How to Jump Using Spacebar (Using AutoHotKey) 2 - steamlists.com

Note: You will need to use spacebar to navigate menus, so I’m assigning F7 to be a suspend key that will let you toggle between jumping or opening the menu.
 
 
1) You need to install AutoHotKey
 
 
2) Map Left Alt or whatever key you want to use to jump in KOFXV.
 
 
3) KOFXV’s executable name can be found in task manager (go to details). I assume it’s the same title for everybody.
 
 
4) Run AutoHoyKey as an administrator and create a script
 
 
5) Copy and Paste the following on the script (mind the key you mapped):
 
 
#IfWinActive ahk_exe KOFXV-Win64-Shipping.exe
 
 
Space::LAlt
 
F7::Suspend
 
 
6) Enjoy KOFXV
 
 

Steps

 
 

Written by ZeroRanger

 
 
I hope you enjoy the Guide we share about THE KING OF FIGHTERS XV – How to Jump Using Spacebar (Using AutoHotKey); if you think we forget to add or we should add more information, please let us know via commenting below! See you soon!
 
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*