Ozi Posted November 3, 2007 Posted November 3, 2007 My question is how to set ALT + the Left mouse button using hotkeyset?
Achilles Posted November 3, 2007 Posted November 3, 2007 You can't do that with hotkey set. Look at the function _IsPressed in the helpfile... You're code will look something like this If _IsPressed('01') and _IsPressed('12') then Msgbox(0, '', 'Alt and left mouse click are pressed') ENdIf My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
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