Jump to content
  • Announcement

    The HyperSpin 2 early access beta is here!

    We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well.  On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.

Help with a small AHK script


spotUP

Recommended Posts

Posted

Hi!

 

Is it possible to switch keymapping via a hotkey?

 

I want to press button X to switch from normal keymappings to

 

Up::Numpad8
Down::Numpad5
Left::Numpad4
Right::Numpad6
Ctrl::Numpad1
Alt::Numpad2
 
and it would be nice if i could press button x again to get back to the original keymapping.
Is this possible?
Posted

Neuromancer helped me out on irc:

 

usethesehotkeys := false 
 
#if (usethesehotkeys = true) 
Up::Numpad8
Down::Numpad5
Left::Numpad4
Right::Numpad6
Ctrl::Numpad1
Alt::Numpad2
 
#if 
s:: usethesehotkeys := !usethesehotkeys 
 
This makes it possible to switch between joystick and mouse input using mousemu.exe =)
Very handy for switching input method in uae and control the mouse with the joystick.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...