gamingmouse Posted May 5, 2010 Posted May 5, 2010 Hi, I have created hotkeys {F2} and {F3} to resize the active window to a very small size and to a normal size. The problem is that the keys won't work when the active window belongs to the program radmin, a remote screen viewing program. When the radmin window has focus and I press any key, that key is intercepted by radmin and sent to the remote computer. However, I would like some way to easily toggle the radmin windows between mini and normal size. One idea I had would be to make double-clicking the title bar of radmin window the shortcut for toggling, but I didn't know if this was possible using autoit. I am open to any other convenient suggestions that could be implemented in autoit. Thanks, Jonah
jebus495 Posted May 5, 2010 Posted May 5, 2010 Have a look at _IsPressed. If _IsPressed([hex value for Fx]) Then WinMove(blah blah) That might work.
gamingmouse Posted May 5, 2010 Author Posted May 5, 2010 (edited) Have a look at _IsPressed. If _IsPressed([hex value for Fx]) Then WinMove(blah blah) That might work. Is there any way to capture double clicks on a title bar? EDIT: Also I tried the _IsPressed solution but it did not work Edited May 5, 2010 by gamingmouse
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