TsunamiZ Posted September 7, 2014 Report Share Posted September 7, 2014 For "Mouse Move to Tray Icon", please add ability to move mouse to the "Show hidden icons" tray button for Windows 7 and up [see screenshot]. Quote Link to comment Share on other sites More sharing options...
acantor Posted September 7, 2014 Report Share Posted September 7, 2014 // Move keyboard input focus the left edge of SysTray, where the "Show Hidden Icons" control resides Text Type (Simulate Keystrokes): <WIN>b // Give time for SysTray to gain focus Delay: 200 milliseconds // Move the mouse cursor to this location Mouse Move: To the Text Cursor Position Quote Link to comment Share on other sites More sharing options...
acantor Posted September 7, 2014 Report Share Posted September 7, 2014 Or do it this way, which gives focus to the icon without moving the mouse. Activate the icon by pressing spacebar or Enter. // Move keyboard input focus the left edge of SysTray, where the "Show Hidden Icons" control resides Text Type (Simulate Keystrokes): <WIN>b // Set the title of the Systray "window" Variable Set String %WindowTitle% to topmost window title // Get SysTray Control (set the "top level window caption" to %WindowTitle% Get Control: (EXPLORER.EXE) Using z-order -> %SysTrayControl% // Give it focus, without moving the mouse pointer Set Focus to %SysTrayControl% Quote Link to comment Share on other sites More sharing options...
TsunamiZ Posted September 7, 2014 Author Report Share Posted September 7, 2014 thanks for the tips. it would still be great if macro express can add the function, so our macros can have less steps and be more efficient. 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.