trof Posted May 20, 2014 Posted May 20, 2014 Hi, I opened 2 explorer windows and I'd like put them next to each other using aero snap that can be activated by windows key and arrow left/right keys I want to send to those windows a combination of keys. I tried to use this function: Send("{LWIN}" & "{RIGHT}") but it doesn't work This is what I'd like to do
FireFox Posted May 20, 2014 Posted May 20, 2014 (edited) Hi, '#' The hash now sends a Windows keystroke; therefore, Send("#r") would send Win+r which launches the Run() dialog box. You know what do to now Br, FireFox. Edited May 20, 2014 by FireFox
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