Dime333 Posted March 28, 2016 Posted March 28, 2016 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.
Dime333 Posted April 5, 2016 Author Posted April 5, 2016 Bleasby posted a solution for my problem in the RL forums. http://www.rlauncher.com/forum/showthread.php?3129-Is-quot-NumpadEnter-quot-not-a-valid-exit-emulator-key&p=25371&viewfull=1#post25371
Recommended Posts
Archived
This topic is now archived and is closed to further replies.