There you go (I deleted the context macros themselves, but I think all the logic you need is in the attached XML ).
Steve
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 6 matches
- Fri Feb 05, 2010 8:55 pm
- Forum: General Support
- Topic: Keyboard.Space vs Youtube Fullscreen problem
- Replies: 8
- Views: 3112
- Thu Dec 03, 2009 4:48 pm
- Forum: General Support
- Topic: Keyboard.Space vs Youtube Fullscreen problem
- Replies: 8
- Views: 3112
Re: Keyboard.Space vs Youtube Fullscreen problem
I know the current context normally from the Task.Activated events .. and set a variable e.g. CurrentContext="firefox" whenever that happens.
Whenever the context changes to Firefox, I further check the Window Title of the foreground window to see if it starts "YouTube XL -" and if so, I set ...
Whenever the context changes to Firefox, I further check the Window Title of the foreground window to see if it starts "YouTube XL -" and if so, I set ...
- Wed Dec 02, 2009 10:45 pm
- Forum: General Support
- Topic: Useful code to detect Window Title context?
- Replies: 1
- Views: 885
Useful code to detect Window Title context?
I'm sharing the following short sequence of python commands that I've found extremely useful for detecting my application context, such as a browser whose context is best detected from the Window Title (because it's inadequately exposed by the events in the Task plugin):
eg.result=eg.WinApi ...
eg.result=eg.WinApi ...
- Wed Dec 02, 2009 10:15 pm
- Forum: General Support
- Topic: Keyboard.Space vs Youtube Fullscreen problem
- Replies: 8
- Views: 3112
Re: Keyboard.Space vs Youtube Fullscreen problem
Was just thinking the same thing. I can't find an event like that to trap. I'm using Firefox and the only event is a Task.ClosedWindow.firefox event which is unfortunately not uniquely associated with YouTube's FullScreen mode but ...
I think I have found a way to detect that I'm running Adobe ...
I think I have found a way to detect that I'm running Adobe ...
- Mon Nov 30, 2009 7:45 pm
- Forum: General Support
- Topic: Keyboard.Space vs Youtube Fullscreen problem
- Replies: 8
- Views: 3112
Re: Keyboard.Space vs Youtube Fullscreen problem
To save the effort of continuously shutting down and restarting eventghost to clear the "stuck spacebar", I tried pressing the space key instead. It fixes the problem for me - either from the keyboard, or from my IR remote (which has the pause key mapped to a space that's also read by eventghost ...
- Sun Nov 29, 2009 6:00 pm
- Forum: General Support
- Topic: Keyboard.Space vs Youtube Fullscreen problem
- Replies: 8
- Views: 3112
Re: Keyboard.Space vs Youtube Fullscreen problem
Hi IceGothic
I have the same problem - I've been getting it with YouTube XL (http://www.youtube.com/xl) Full Screen which I assume is the same as normal YouTube Full Ccreen and assumed it was just me til I saw this post.
When it happens, when I press e.g. the Enter key, instead of getting just the ...
I have the same problem - I've been getting it with YouTube XL (http://www.youtube.com/xl) Full Screen which I assume is the same as normal YouTube Full Ccreen and assumed it was just me til I saw this post.
When it happens, when I press e.g. the Enter key, instead of getting just the ...