Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Send something to Opera
#1
Hello,
I use Opera and use some Macro to navigate between Tabs. The Macro triggers are Mouse moves to screen Edge.
The macro sends Shift+TAB or STRG+Shift+TAB for the Opera fuction "Cycle to next page" or previous page (tab).

The Problem is, if I am looking some Video, the Player is a Plugin, and Shortcuts are directly send to the plugin. So I have everytime, I want to move to another Tab, from a Video Page, to klick first beneath the Plugin to activate Opera itself.

Can I make that easier?
#2
Macro Macro1989
Trigger #5 0x4     Help - how to add the trigger to the macro
Code:
Copy      Help
int hFocus=child
;outw hFocus
if(hFocus and childtest(hFocus "" "aPluginWinClass")) int hActive=win; act "+Shell_TrayWnd"; act hActive
key CST
#3
oh,

if I just copy that into QM, it is not working .

I dont know, but someone in the opera forum told me, that shortcuts are directly send to plugins if they are active in a site.
For example a website, where is JWPlayer opened and has played, or a youtube video was playing or stopped.
#4
This should work with any plugin.
Macro Macro1989
Trigger #5 0x4     Help - how to add the trigger to the macro
Code:
Copy      Help
int hFocus=child
int hActive=win
if(hActive and hFocus!=hActive and wintest(hActive "" "OperaWindowClass")) act "+Shell_TrayWnd"; act hActive
key CST


Forum Jump:


Users browsing this thread: 1 Guest(s)