Lircrc.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
| (3 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | + | Konfigurationsdatei von [[LIRC]]. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | {{Box Datei | [[Struktur|/etc]]/lircrc.conf | | |
| − | + | <pre> | |
| − | + | begin | |
| − | + | prog = mplayer | |
| − | + | button = Left | |
| − | + | config = seek -10 | |
| + | repeat = 1 | ||
| + | end | ||
| − | + | begin | |
| − | + | prog = mplayer | |
| − | + | button = Down | |
| − | + | config = seek -60 | |
| − | + | repeat = 1 | |
| − | + | end | |
| − | + | begin | |
| − | + | prog = mplayer | |
| − | + | button = Right | |
| − | + | config = seek +10 | |
| − | + | repeat = 1 | |
| − | + | end | |
| − | + | begin | |
| − | + | prog = mplayer | |
| − | + | button = Up | |
| − | + | config = seek +60 | |
| − | + | repeat = 1 | |
| + | end | ||
| − | + | begin | |
| − | + | prog = mplayer | |
| − | + | button = Ok | |
| − | + | config = pause | |
| − | + | end | |
| − | + | begin | |
| − | + | prog = mplayer | |
| − | + | button = Menu | |
| − | + | config = osd | |
| − | + | end | |
| − | + | begin | |
| − | + | prog = mplayer | |
| − | + | button = Back | |
| − | + | config = quit | |
| − | + | end | |
| − | + | ||
| − | + | begin | |
| − | + | prog = mplayer | |
| − | + | button = Volume+ | |
| − | + | config = volume 1 | |
| − | + | repeat = 1 | |
| − | + | end | |
| + | |||
| + | begin | ||
| + | prog = mplayer | ||
| + | button = Volume- | ||
| + | config = volume -1 | ||
| + | repeat = 1 | ||
| + | end | ||
| + | </pre> | ||
| + | }} | ||
| + | |||
| + | [[Kategorie:Konfigurationsdateien]] | ||
Aktuelle Version vom 13. April 2006, 19:11 Uhr
Konfigurationsdatei von LIRC.
/etc/lircrc.conf
begin
prog = mplayer
button = Left
config = seek -10
repeat = 1
end
begin
prog = mplayer
button = Down
config = seek -60
repeat = 1
end
begin
prog = mplayer
button = Right
config = seek +10
repeat = 1
end
begin
prog = mplayer
button = Up
config = seek +60
repeat = 1
end
begin
prog = mplayer
button = Ok
config = pause
end
begin
prog = mplayer
button = Menu
config = osd
end
begin
prog = mplayer
button = Back
config = quit
end
begin
prog = mplayer
button = Volume+
config = volume 1
repeat = 1
end
begin
prog = mplayer
button = Volume-
config = volume -1
repeat = 1
end