Jump to content
LaunchBox Community Forums

How to autosend a key press to Retroarch


exodus_cl

Recommended Posts

Hi! I'm trying to fix a problem that retroarch has:

The mouse pointer does not go away when using overlays and the only way to make it disappear is to press F11 when a game has loaded, so I'm thinking that an AHK script may be the answer (since the configuration seems to allow the use of a AHK script).

The idea is to send one "F11" keypress some seconds after the emulator has started.

Thanks in advance for your help ;)

Link to comment
Share on other sites

Hi and welcome to the community. :) 

Add the below line to the auto hotkey tab in the manage emulators/Retroarch, it will move the mouse cursor to the bottom right of the screen, this is for a 1080p screen if you res is different just change the numbers to match your display.

MouseMove, 1920, 1080

  • Like 1
Link to comment
Share on other sites

On 19/2/2018 at 9:19 AM, neil9000 said:

Hi and welcome to the community. :) 

Add the below line to the auto hotkey tab in the manage emulators/Retroarch, it will move the mouse cursor to the bottom right of the screen, this is for a 1080p screen if you res is different just change the numbers to match your display.

MouseMove, 1920, 1080

THANK YOU!! 

It worked great, also thanks for the warm welcome :)

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...