hiccup Posted December 11, 2013 Posted December 11, 2013 When using the Send and ControlSend functions is there any advantage or reason for using bracket characters like {SHIFTDOWN}{SHIFTUP} or {SPACE} ? For example, I know that Send("A string") Visually does the same thing as Send("{SHIFTDOWN}A{SHIFTUP}{SPACE}string") To me, it seems like the second way of doing it would be less efficient, but is that always the case? Are there special situations where you are forced to do it the second way?
Valuater Posted December 11, 2013 Posted December 11, 2013 Yes... There are numerous reasons for the bracketed commands... Just an example... Send("{SPACE}") Can be used to toggle a checkbox or click a button. 8)
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