Jump to content
(Open Beta) HyperSpin 2 is now available for everyone ×

AHK Scripting driving me mad. Please help.


Dime333

Recommended Posts

Posted

I have made this AHK remapping script for the game "The Bishi Bashi". It works perfectly when testing the script in RLUI and in the game everything works except for the m key. What am I doing wrong?

t::q
y::w
u::e
Enter::r
a::t
s::y
q::u
l::s
v::s
w::z
d::z
e::z
$m::
{
 SendInput, i
 KeyWait,m,T2
 If (ErrorLevel)
SendInput,m
}
Return

What I want this to do (and does when I test it in RLUI) is to send the i key when i press the m key. But if I hold down m for 2 seconds I want it to send m. Why isn't this working in the game? Please help me out here.

Archived

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

×
×
  • Create New...