Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 80.141.82.22: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fUsageInfo ------------------------------------------------------------------------------ @@ -29,18 +29,31 @@ Here is a list of the key commands from the 1.4rc4 release, as you get it by pressing 'h'. (The number keys also enter the corresponding number). -||h ||HELP || ||z ||Toggle Fullscreen || ||F1 ||SLEEP || -||HOME ||MENU || ||g ||GUIDE || ||ESCAPE ||EXIT || -||UP ||UP || ||DOWN ||DOWN || ||LEFT ||LEFT || -||RIGHT ||RIGHT || ||SPACE ||SELECT || ||RETURN ||SELECT|| -||F2 ||POWER || ||F3 ||MUTE || ||n/KEYP- ||Volume down|| -||m/KEYP+ ||Volume up || ||c ||Channel up || ||v ||Channel down|| -||d ||DISPLAY || ||e ||ENTER || ||_ ||PREV_CH|| -||o ||PIP_ONOFF || ||w ||PIP_SWAP || ||i ||PIP_MOVE|| -||F4 ||TV_VCR || ||r ||REW || ||p ||PLAY|| -||f ||FFWD || ||u ||PAUSE || ||s ||STOP|| +||h ||HELP || ||z ||Toggle Fullscreen || ||F1 ||SLEEP || +||HOME ||MENU || ||g ||GUIDE || ||ESCAPE ||EXIT || +||UP ||UP || ||DOWN ||DOWN || ||LEFT ||LEFT || +||RIGHT ||RIGHT || ||SPACE ||SELECT || ||RETURN ||SELECT || +||F2 ||POWER || ||F3 ||MUTE || ||n/KEYP- ||Vol- || +||m/KEYP+ ||Vol+ || ||c ||CH+ || ||v ||CH- || +||d ||DISPLAY || ||e ||ENTER || ||_ ||PREV_CH || +||o ||PIP_ONOFF || ||w ||PIP_SWAP || ||i ||PIP_MOVE || +||F4 ||TV_VCR || ||r ||REW || ||p ||PLAY || +||f ||FFWD || ||u ||PAUSE || ||s ||STOP || ||F6 ||REC || ||PERIOD ||EJECT || ||F10 ||Screenshot|| ||L ||Subtitle || + +=== Volume control === + +In ''local_conf.py'' you can give freevo several default volume level for the different media. + +If you press VOL+ and VOL- the volume level is changed by 5%. You can change this step size easily by putting the following stuff in your ''local_conf.py''. +{{{ +EVENTS['global']['VOL+'] = Event('MIXER_VOLUP', arg=2) +EVENTS['global']['VOL-'] = Event('MIXER_VOLDOWN', arg=2) +}}} + +where the value you give as 'arg' is the step size. + === Custom Keymaps === ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
