Dirk98 Posted September 28, 2007 Posted September 28, 2007 (edited) Guys, I need to send CTRL+NUMPADENTER combination to the program. But Send('^{NUMPADENTER}') sends only NUMPADENTER, same with Send('!{NUMPADENTER}') only NUMPAD is sent to the program / windows, I checked. Combos like Send('^{NUMPAD5}') are sent good. Any other way to send this? Thanks. Edited September 28, 2007 by Dirk98
Tasmania Posted September 28, 2007 Posted September 28, 2007 (edited) Edit: Nevermind, it's in the help file now. Wonder where I saw that... {NUMPADENTER} is now a command! Edited September 28, 2007 by Tasmania
aslani Posted September 28, 2007 Posted September 28, 2007 Try this; Send("{CTRLDOWN}{NUMPADENTER}{CTRLUP}") [font="Georgia"]Chances are, I'm wrong.[/font]HotKey trouble?Stringregexp GuideAutoIT Current Version
Dirk98 Posted September 28, 2007 Author Posted September 28, 2007 Edit: Nevermind, it's in the help file now. Wonder where I saw that... {NUMPADENTER} is now a command!Sorry, can't find this NUMPADENTER command. Doesn't work here, anyone pls?
Dirk98 Posted September 28, 2007 Author Posted September 28, 2007 Try this; Send("{CTRLDOWN}{NUMPADENTER}{CTRLUP}") Aslani, thank you so much!
aslani Posted September 28, 2007 Posted September 28, 2007 Aslani, thank you so much!np, glad I can help [font="Georgia"]Chances are, I'm wrong.[/font]HotKey trouble?Stringregexp GuideAutoIT Current Version
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