spike32 Posted July 2, 2020 Share Posted July 2, 2020 (edited) Hi, I am trying to set up PPSSPP currently and got it all mapped with AHK using the standard "key down, Sleep 10, key up" method which works fine except I realized something playing Mega Man. Because it just recognizes that the key is pressed down for a short amount of time he only jumps a really low jump. I could increase the sleep time but then he would always just super high. Does anyone have a script for different variables which I can use? What is the workaround that people use for this issue? Thanks. Edited July 2, 2020 by spike32 Quote Link to comment Share on other sites More sharing options...
Kiinkyfoxx Posted July 2, 2020 Share Posted July 2, 2020 I am sure this is a stupid question, and hopefully it doesn't come across as rude. But why are you using AHK and mapping the keys? Does PPSSPP not recognise your controller in its contoller settings page? Quote Link to comment Share on other sites More sharing options...
spike32 Posted July 2, 2020 Author Share Posted July 2, 2020 4 hours ago, Kiinkyfoxx said: I am sure this is a stupid question, and hopefully it doesn't come across as rude. But why are you using AHK and mapping the keys? Does PPSSPP not recognise your controller in its contoller settings page? PPSSPP does not recognize my GP-WIZ40 keyboard encoder. Therefore I figure my best bet is to just map it with AHK. Quote Link to comment Share on other sites More sharing options...
spike32 Posted July 2, 2020 Author Share Posted July 2, 2020 If anyone else wants the solution: Joy7:: Send, {x down} KeyWait, Joy7 Send, {x up} return Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.