Any way of getting a full screen / windows toggle button for vdr-sxfe (xineliboutput)?
I am assuming this is a question for more than just xineliboutput..
What I'd like is a lirc/keyboard command (full screen) which will toggle the behaviour. I am happy to retro edit it into remote.conf.
Maybe:
LIRC.FScreen LIRCCOMMAND XkeySym.FScreen f
for instance..
On Sat, 2007-03-31 at 17:39 +0200, Rob Davis wrote:
Any way of getting a full screen / windows toggle button for vdr-sxfe (xineliboutput)?
Add line DEFINES += -DXINELIBOUTPUT_FE_TOGGLE_FULLSCREEN to VDR Make.config file and re-compile xineliboutput.
It will bind keys f/F to fullscreen toggle and d/D to de-interlace toggle.
- Petri
On Sat, 2007-03-31 at 17:39 +0200, Rob Davis wrote:
Any way of getting a full screen / windows toggle button for vdr-sxfe (xineliboutput)?
Add line DEFINES += -DXINELIBOUTPUT_FE_TOGGLE_FULLSCREEN to VDR Make.config file and re-compile xineliboutput.
It will bind keys f/F to fullscreen toggle and d/D to de-interlace toggle.
- Petri
Petri Hintukainen wrote:
On Sat, 2007-03-31 at 17:39 +0200, Rob Davis wrote:
Any way of getting a full screen / windows toggle button for vdr-sxfe (xineliboutput)?
Add line DEFINES += -DXINELIBOUTPUT_FE_TOGGLE_FULLSCREEN to VDR Make.config file and re-compile xineliboutput.
It will bind keys f/F to fullscreen toggle and d/D to de-interlace toggle.
Thanks Petri,
But to be fair, I really would like it on the remote..
Can you hijack something else off the remote?
On Sat, 2007-03-31 at 23:01 +0200, Rob Davis wrote:
But to be fair, I really would like it on the remote..
Can you hijack something else off the remote?
It should be possible to implament something similar for lirc, if you route lirc thru vdr-sxfe (start vdr without --lirc option and vdr-sxfe with --lirc option).
Adding something like http://phivdr.dyndns.org/vdr/vdr-xineliboutput/testing/vdr-xineliboutput-1.0... to xine_frontend_lirc.c should do the trick. (patch assumes lirc key name is "Fullscreen").
This won't help if you are using local frontend, but you could modify "case HOTKEY_NEXT_ASPECT:" in menu.c to toggle fullscreen instead of aspect ratio...
- Petri