Is there a way I can access the system tray items using the keyboard in Windows XP?
|
feedback
|
migrated from stackoverflow.com Feb 7 '10 at 4:35
This question came from our site for professional and enthusiast programmers.
|
You can move the keyboard focus directly to the systray area (system notification icons) with Win+B. After selecting an icon with the arrow keys, you can simulate a left-click with Space or Enter, and a right-click with AppMenu or Shift+F10. | |||||||||||||||
feedback
|
|
Tap the "Windows" key to open the start menu, but then press escape. You have just made the menu bar come into context for the keyboard. Now you can tab through the major areas of the menu bar, such as quickstart, toolbars and SysTray. Once tabbed into SysTray, you can use the arrow keys to select a specific icon and the menu key to simulate a right-click. | |||||||
feedback
|
|
i create an autohotkey script that allows to activate the desired icon using right control and a number. The number depends on the order of appeareance of the icon. You could modify the source to adjust yours needs. Here is the full code with explanation hotkey for the systray | |||
|
feedback
|