⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example.lircrc

📁 Linux下的电视卡播放软件源码。tvtime软件
💻 LIRCRC
字号:
# This is an example config file for your LIRC remote.  All buttons# depend on what you have configured in your lircd.conf file.  Please# refer to this and adjust the labels below accordingly.## tvtime is controlled through a separate program called tvtime-command.# For a list of commands, see 'man tvtime-command'.  Key events can# be 'faked' using the command KEY_EVENT, which allows for mapping a# single remote control button to both a menu mode command and a normal# mode command.## begin#    prog = irexec#    button = DISPLAY#    config = tvtime-command DISPLAY_INFO# end# This section includes two configs, what this does is that it allows# you to open tvtime and close tvtime with one button.  If your remote# has seperate buttons for this, then you can break it apart.begin    prog = irexec    button = POWER    config = tvtime &    config = tvtime-command QUITend# The following defines most of the common buttons found on a remote and# what commads they would map to inside tvtime.begin    prog = irexec    button = source    config = tvtime-command TOGGLE_INPUTendbegin    prog = irexec    button = DISPLAY    config = tvtime-command DISPLAY_INFO    repeat = 1endbegin    prog = irexec    button = FULLSCREEN    config = tvtime-command TOGGLE_FULLSCREENendbegin    prog = irexec    button = CC    config = tvtime-command TOGGLE_CCendbegin    prog = irexec    button = MUTE    config = tvtime-command TOGGLE_MUTEend# Menu navigation.begin    prog = irexec    button = CH+    config = tvtime-command UP    repeat = 1endbegin    prog = irexec    button = CH-    config = tvtime-command DOWN    repeat = 1endbegin    prog = irexec    button = VOL_UP    config = tvtime-command RIGHT    repeat = 2endbegin    prog = irexec    button = VOL_DOWN    config = tvtime-command LEFT    repeat = 2endbegin    prog = irexec    button = RECALL    config = tvtime-command CHANNEL_JUMP    repeat = 1endbegin    prog   = irexec    button = 1    config = tvtime-command CHANNEL_1endbegin    prog   = irexec    button = 2    config = tvtime-command CHANNEL_2endbegin    prog   = irexec    button = 3    config = tvtime-command CHANNEL_3endbegin    prog   = irexec    button = 4    config = tvtime-command CHANNEL_4endbegin    prog   = irexec    button = 5    config = tvtime-command CHANNEL_5endbegin    prog   = irexec    button = 6    config = tvtime-command CHANNEL_6endbegin    prog   = irexec    button = 7    config = tvtime-command CHANNEL_7endbegin    prog   = irexec    button = 8    config = tvtime-command CHANNEL_8endbegin    prog   = irexec    button = 9    config = tvtime-command CHANNEL_9endbegin    prog   = irexec    button = 0    config = tvtime-command CHANNEL_0endbegin    prog = irexec    button = ENTER    config = tvtime-command ENTERend

⌨️ 快捷键说明

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