Jump to content
Macro Express Forums

Add ability to move mouse to the "Show hidden icons" tray button...


Recommended Posts


// 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

 

 

Link to comment
Share on other sites

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...