Knight Posted June 27, 2005 Posted June 27, 2005 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?
jpm Posted June 27, 2005 Posted June 27, 2005 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?
Knight Posted June 27, 2005 Author Posted June 27, 2005 $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.
jpm Posted June 27, 2005 Posted June 27, 2005 $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?
Knight Posted June 28, 2005 Author Posted June 28, 2005 It will react to Send("{RCTRL}") but not ControlSend("Game", "", "", "{RCTRL}") I have tried dozens of times, but it doesn't seem to work.
jpm Posted June 28, 2005 Posted June 28, 2005 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now