Jump to content

Need a HotKey Workaround


Recommended Posts

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

Link to comment
Share on other sites

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 by gamingmouse
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...