example.lircrc

来自「VLC Player Source Code」· LIRCRC 代码 · 共 134 行

LIRCRC
134
字号
# This is an example .lircrc file that shows the different config strings that# vlc understand. Button names are from an animax remote, and these may change# with different remotes.# The current full list of config strings vlc understands is always in vlc's# src/libvlc.h file. Look for lines like:# add_key( "key-fullscreen", KEY_FULLSCREEN, NULL, FULLSCREEN_KEY_TEXT,#          FULLSCREEN_KEY_LONGTEXT, VLC_FALSE );# You will need the first argument of these lines. in this case: key-fullscreenbegin  prog = vlc  button = PLAY_UP  config = key-playendbegin  prog = vlc  button = PAUSE_UP  config = key-pauseend# Use this target if you have a combined play/pause buttonbegin  prog = vlc  button = PLAY_UP  config = key-play-pauseendbegin  prog = vlc  button = STOP_UP  config = key-stopendbegin  prog = vlc  button = POWER_UP  config = key-quitendbegin  prog = vlc  button = SKIP_FORWARD_UP  config = key-nextendbegin  prog = vlc  button = SKIP_BACKWARD  config = key-prevendbegin  prog = vlc  button = RED_BUTTON_UP  config = key-fullscreenendbegin  prog = vlc  button = REWIND_UP  config = key-slowerendbegin  prog = vlc  button = FORWARD_UP  config = key-fasterend#Audio controlsbegin  prog = vlc  button = VOLUME_DOWN_DOWN  config = key-vol-downendbegin  prog = vlc  button = VOLUME_UP_DOWN  config = key-vol-upendbegin  prog = vlc  button = SOMEBUTTON  config = key-audio-trackendbegin  prog = vlc  button = MUTE_UP  config = key-vol-muteend#For dvd navigationbegin  prog = vlc  button = 4_UP  config = key-nav-left endbegin  prog = vlc  button = 5_UP  config = key-nav-downendbegin  prog = vlc  button = 2_UP  config = key-nav-upendbegin  prog = vlc  button = 6_UP  config = key-nav-rightendbegin  prog = vlc  button = MENU_UP  config = key-nav-activateendbegin  prog = vlc  button = 9_UP  config = key-subtitle-trackend

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?