lircrc
来自「蓝牙通讯协议中A2DVP应用的程序」· 代码 · 共 149 行
TXT
149 行
begin remote = avrcp button = play prog = mplayer config = pause repeat = 0endbegin remote = avrcp button = stop prog = mplayer config = pause repeat = 0endbegin remote = avrcp button = pause prog = mplayer config = pause repeat = 0endbegin remote = avrcp button = next prog = mplayer config = seek +10 repeat = 0endbegin remote = avrcp button = prev prog = mplayer config = seek -10 repeat = 0endbegin remote = avrcp button = play prog = xmms config = play repeat = 0endbegin remote = avrcp button = stop prog = xmms config = stop repeat = 0endbegin remote = avrcp button = pause prog = xmms config = playpause repeat = 0endbegin remote = avrcp button = next prog = xmms config = next repeat = 0endbegin remote = avrcp button = prev prog = xmms config = prev repeat = 0endbegin remote = avrcp button = play prog = audacious config = play repeat = 0endbegin remote = avrcp button = stop prog = audacious config = stop repeat = 0endbegin remote = avrcp button = pause prog = audacious config = playpause repeat = 0endbegin remote = avrcp button = next prog = audacious config = next repeat = 0endbegin remote = avrcp button = prev prog = audacious config = prev repeat = 0endbegin remote = avrcp button = play prog = vlc config = key-play repeat = 0endbegin remote = avrcp button = stop prog = vlc config = key-stop repeat = 0endbegin remote = avrcp button = pause prog = vlc config = key-play-pause repeat = 0endbegin remote = avrcp button = next prog = vlc config = key-next# config = key-jump+10sec repeat = 0endbegin remote = avrcp button = prev prog = vlc config = key-prev# config = key-jump-10sec repeat = 0end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?