is there a way to access, move, and launch elements of the system tray?, I.e. like the hotkeys to access the taskbar items (Windows+Number)
|
feedback
|
|
Based on what @Shinray said about the ⊞ Win + B shortcut, I created this AutoHotkey script:
Simply press Rctrl+Number to activate; click or right click the systray icon that you need. For example I put the enter and click action to the first two icons (on my system they are uTorrent and Altdrag). The number indicates the appearance order. | ||||
|
feedback
|
|
If you're looking for something built-in, the answer is 'no'. Unless you count the old-fashioned "Switch focus to the taskbar, tab over to the system tray, arrow over the icon you want, etc" method. You can shorten this with WinKey+B, but you'll still have to arrow and then interact the hard way. | |||
|
feedback
|
|
There is a free app you can use called Taskbar Shuffle. You are able to reorder the open windows in the taskbar as you prefer. I'm pretty sure this app allows you to reorder the systray icons too. I'm not sure if it supports hotkeys however, though it might... | |||||||
feedback
|