ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

shortcut to bring opera from tray?

<< < (2/2)

urlwolf:
Here is an Ahk hack that does exactly what I want. As you see it's not trivial.

http://www.autohotkey.com/forum/viewtopic.php?p=113849#113849

Credit goes to wOxxOm, its coder.

Nomadin:
You can also do what you want with PowerPro http://powerpro.webeddie.com/.

You will need to create a PowerPro script that contains:


--- ---Local name = ?/"* - Opera"/
Local name2 = ?/"Opera"/
Local exec = "c:/Your Path/Opera/Opera.exe"

;; watch out for line wrap of the following condition
*if (eval("activewindow"++name)) or (eval("activewindow"++ name2))do
do("*window traymin ","active")
*elseif ( eval( "anywindow " ++ name ) ) do
do("*window show ",name)
*else
do(exec,"")
*endif
Then create a hotkey to Opera from PowerPro and call this script.

Hopefully this will be useful to someone.

rjbull:
You can also do what you want with PowerPro -Nomadin (April 04, 2007, 08:13 AM)
--- End quote ---

Nomadin,

Do you need to enable PowerPro's tray support, which isn't the default?

Navigation

[0] Message Index

[*] Previous page

Go to full version