diff options
author | phintuka <phintuka> | 2008-11-17 23:47:32 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-17 23:47:32 +0000 |
commit | 451b1351b51fa6f3bcc9997e4c2ee963b45771a0 (patch) | |
tree | 8c5b34f0853b57cb18c836d73ef1ad1559ead601 | |
parent | cdaeafa3feba0bb7a5be46143233e8e31d509a01 (diff) | |
download | xineliboutput-451b1351b51fa6f3bcc9997e4c2ee963b45771a0.tar.gz xineliboutput-451b1351b51fa6f3bcc9997e4c2ee963b45771a0.tar.bz2 |
--hotkeys replaces INTERPRET_LIRC_KEYS and XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN
-rw-r--r-- | README | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -506,14 +506,22 @@ Shortcut key macros selection with VDR "Audio" key). -Special LIRC keys +Special frontend control keys - If plugin is compiled with macro INTERPRET_LIRC_KEYS defined, following - LIRC keys are interpreted by vdr-sxfe/vdr-fbfe: + When frontend is started with --hotkeys command-line option, following + keyboard and LIRC keys are interpreted by vdr-sxfe/vdr-fbfe: - Fullscreen Toggle fullscreen state - Deinterlace Toggle deinterlacing - Quit Close program + Keyboard (console and X11 window) + f, F Toggle fullscreen state + d, D Toggle deinterlacing + + LIRC + Fullscreen Toggle fullscreen state + Deinterlace Toggle deinterlacing + Quit Close program + + [ this run-time option replaces old build-time options + INTERPRET_LIRC_KEYS and XINELIBOUTPUT_FE_FULLSCREEN_TOGGLE ] Xine-specific settings |