Simple XIM Link Scripts

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Seamndel
Posts: 8
Joined: 25 Jul 2021, 03:46

Simple XIM Link Scripts

24 Oct 2021, 15:26

Setup: PC, PS3 , XIM Apex , XIM Link , AutoHotKeys

I will update the original post with the good script.

Simple request:
My Character "Jump" is assigned to "Space" key on the keyboard. it works great.

Now I would like: whenever I press a button - let's say the "J" key - "Space" is being sent to the Apex via the Link in - say 10 second intervals . when I press "S" that behavior stops.

Please supply me with a as simple as possible script. Thanks.
User avatar
mikeyww
Posts: 26931
Joined: 09 Sep 2014, 18:38

Re: Simple XIM Link Scripts

24 Oct 2021, 15:42

Code: Select all

s::SetTimer, Jump, Off
j::
SetTimer, Jump, 10000
Jump:
Send {Space}
Return
But... I don't know about the Link. This script simply sends the key to the active window.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 247 guests