Jump to content

Recommended Posts

Posted

I can't get ControlSend() to send "{RCTRL}" or Alt or Shift. I am doing it right because it works for every key but those. Any ideas on how to make it work?

Posted

I can't get ControlSend() to send "{RCTRL}" or Alt or Shift. I am doing it right because it works for every key but those. Any ideas on how to make it work?

<{POST_SNAPBACK}>

Can you put a small script which is reproducing your problem?

Did you use the official release and/or the beta release?

Posted

$window = "Game"
ControlSend($window, "", "", "{RCTRL}")

It is a game and thus has no control. All other keys send except ctrl, alt, and shift. I am guessing it is because of a control problem.

Posted

$window = "Game"
ControlSend($window, "", "", "{RCTRL}")

It is a game and thus has no control. All other keys send except ctrl, alt, and shift. I am guessing it is because of a control problem.

<{POST_SNAPBACK}>

Does the game react to "{RCTRL}" without any char send after?
Posted

It will react to

Send("{RCTRL}")
but not
ControlSend("Game", "", "", "{RCTRL}")

I have tried dozens of times, but it doesn't seem to work.

Posted

It will react to

Send("{RCTRL}")
but not
ControlSend("Game", "", "", "{RCTRL}")

I have tried dozens of times, but it doesn't seem to work.

<{POST_SNAPBACK}>

Do I understand Send is OK but not ControlSend?

Does others as ControlSend("Game", "", "", "{RIGHT}") work?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...