jmazor Posted August 10, 2010 Report Share Posted August 10, 2010 I can use my right hand to position the mouse pointer over a checkbox, icon, button, control, etc. But right now, I can't use my right hand fingers to click the mouse buttons. All I want is to position the pointer with my right hand, and use my left to press [Alt+Z] to Left-Click or [Alt+X] to double-left-click. I've tried everything I can think of and nothing works. All I get is a little beep. Please, any ideas? Quote Link to comment Share on other sites More sharing options...
Cory Posted August 10, 2010 Report Share Posted August 10, 2010 I assume you're just executing the left mouse click command. One possible problem is if those hotkeys are in use by the application already. Quote Link to comment Share on other sites More sharing options...
acantor Posted August 11, 2010 Report Share Posted August 11, 2010 Show us how you scripted the two commands. These should be straightforward in Macro Express, something like this for one: Mouse Left Click And this for the other: Mouse Left Double Click Also, try changing the hotkeys to, say, F1 and F2. This is purely a debugging move. Sometimes there are problems when assigning a modifier key + character, especially if "Wait for the Hotkey to be released before activating" is unchecked. Quote Link to comment Share on other sites More sharing options...
jmazor Posted August 11, 2010 Author Report Share Posted August 11, 2010 Thank you both. Apparently this [Alt+Z} macro and a double-click version [Alt+Shift+Z] work fine everywhere except in WordPerfect: <MACRO PLAYBACK SPEED Speed="1"/> <MOUSE LEFT CLICK/> Can't find any conflicts. WordPerfect is not using [Alt+z] and switching to [Alt+FunctionKey] does not help either. Its strange, but when I highlight an icon in a WordPerfect toolbar and press [Alt+Z], it just makes a 'thunk' sound. Any further insight would be appreciated. Jeff Quote Link to comment Share on other sites More sharing options...
kevin Posted August 11, 2010 Report Share Posted August 11, 2010 Some programs treat a mouse click differently than a mouse click when the ALT key is held down. When your Alt-z macro sends the mouse click, WordPerfect sees 'Alt Key Down' and 'Mouse Click'. I do not know if this is the case with Word Perfect but it is a possible explanation. Try to see if Ctl+z acts the same way. Also you could see if using something like F11 works. If that works you might have success if you add a Text Type 'Alt-Up' to your macro before the mouse click command. Quote Link to comment Share on other sites More sharing options...
jmazor Posted August 11, 2010 Author Report Share Posted August 11, 2010 Thank you. Your answer seemed totally logical, but wordperfect still mostly ignores it. Buttons in WP Dialog Boxes. I just discovered that the [Alt+Z] macro works fine on buttons in WP dialog boxes. Toolbar Icons in Other Programs. It works fine on Toolbar Icons in IE, Adobe Reader, TimeMatters, etc. WP Toolbar Icons. Maybe there is something odd about the WordPerfect toolbar icons? When I hit the hotkey while hovering over a toolbar icon, WP usually ignores it. Sometimes, but not always, if I hit the hotkey, pause, and hit it again, WP takes it as a left click. Mean something? Jeff Quote Link to comment Share on other sites More sharing options...
lemming Posted August 18, 2010 Report Share Posted August 18, 2010 Perhaps WP is intercepting all Alt and Ctrl key presses, thus preventing your macros from working. As an experiment, try changing your hotkey to ; (the semicolon key alone), without any other key combo. If that works, then you'll need to find a hotkey combo without Alt and Ctrl. Quote Link to comment Share on other sites More sharing options...
jmazor Posted August 18, 2010 Author Report Share Posted August 18, 2010 Perhaps WP is intercepting all Alt and Ctrl key presses, thus preventing your macros from working. As an experiment, try changing your hotkey to ; (the semicolon key alone), without any other key combo. If that works, then you'll need to find a hotkey combo without Alt and Ctrl. Thanks. That was a good idea.....but alas, it dooes not work either. Jeff Quote Link to comment Share on other sites More sharing options...
terrypin Posted August 24, 2010 Report Share Posted August 24, 2010 Thanks. That was a good idea.....but alas, it dooes not work either. Jeff Does any hotkey work? Such as F1 ... F12, Ctl+F1 .... Ctl+F12, Shift+Ctl+0 ... Shift+Ctl+9, Shift+Ctl+F1 ... Shift+Ctl+F12, Win+0 ... Win+9, Ctl+Win+1 ... etc, etc. How about a shortkey? (Try both Prefix and Suffix types)? Did you try a simple delay directly before and/or after the reluctant command? -- Terry, East Grinstead, UK Quote Link to comment Share on other sites More sharing options...
jmazor Posted August 24, 2010 Author Report Share Posted August 24, 2010 Does any hotkey work? Such as F1 ... F12, Ctl+F1 .... Ctl+F12, Shift+Ctl+0 ... Shift+Ctl+9, Shift+Ctl+F1 ... Shift+Ctl+F12, Win+0 ... Win+9, Ctl+Win+1 ... etc, etc. How about a shortkey? (Try both Prefix and Suffix types)? Did you try a simple delay directly before and/or after the reluctant command? -- Terry, East Grinstead, UK Thank you. None of those helped, but you gave me an idea. It seems that doing the hotkey twice works, but programming two left clicks does not. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.