WLGades Posted June 30, 2004 Posted June 30, 2004 I'm trying to Send the key that comes between right Windows key and right Ctrl, but I don't know what it's called. I looked through both the Send function and the Appendix and nothing is immediately apparent. Does anyone know what it is, or is there some Alt+nnnn code? I'm trying to get the short-cut a link points to, and this seems the easiest way.
pekster Posted June 30, 2004 Posted June 30, 2004 AutoIt calls this the {APPSKEY}, and it can be sent (or ControlSent, or defined as a HotKey, or whatever) like this: Send("{APPSKEY}") [font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes.
WLGades Posted July 1, 2004 Author Posted July 1, 2004 Ah, I never knew it was called "{APPSKEY} Windows App key". Thanks!
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