Posted by member 24796 on 2003-07-07 09:27:43
I'm running a wide variety of web browsers (Opera 7.x, Mozilla 1.x, IE 5.x), and they all support full screen modes via the F11 key. I have scripted functions that hide all my LiteStep modules, and that's currently mapped to Win+F11 and Win+F12 (to hide and show, respectively).
I have Literunner and Sciscript installed, and it seems to be the case that this setup can detect some programs that run in full screen mode *upon program start*. This is useful, but the web browsers typically start up in (and usually exit from) windowed mode.
Is there any reasonably easy way (aside from coding my own module) that I can set up the system to detect when a program (whether it be specific or general, I'm willing to do it either way) switches into and out of full screen mode?
Barring that, is there a way to have a program-dependent hotkey setup such that:
(a) when I'm focused on one of my web browsers and hit the F11 key, my hide/show script runs but the keypress is *also* passed to the program so that it can do its mode switch?
(b) when I'm focused on some other program, the F11 key does not run the script but simply lets the keypress go to the focused-on program?
I know that I can do *Hotkey .none F11 !hidestuff, but that doesn't pass the keypress through to the application. Maybe I'll browse some of the replacement hotkey modules.
Thank you in advance for reading my question. :)
--
-JC
http://www.jc-news.com/coding/SFi/
I have Literunner and Sciscript installed, and it seems to be the case that this setup can detect some programs that run in full screen mode *upon program start*. This is useful, but the web browsers typically start up in (and usually exit from) windowed mode.
Is there any reasonably easy way (aside from coding my own module) that I can set up the system to detect when a program (whether it be specific or general, I'm willing to do it either way) switches into and out of full screen mode?
Barring that, is there a way to have a program-dependent hotkey setup such that:
(a) when I'm focused on one of my web browsers and hit the F11 key, my hide/show script runs but the keypress is *also* passed to the program so that it can do its mode switch?
(b) when I'm focused on some other program, the F11 key does not run the script but simply lets the keypress go to the focused-on program?
I know that I can do *Hotkey .none F11 !hidestuff, but that doesn't pass the keypress through to the application. Maybe I'll browse some of the replacement hotkey modules.
Thank you in advance for reading my question. :)
--
-JC
http://www.jc-news.com/coding/SFi/