File: lirc.example

package info (click to toggle)
gkrellm-radio 2.0.4-5
  • links: PTS
  • area: main
  • in suites: sid
  • size: 232 kB
  • sloc: ansic: 1,036; makefile: 75
file content (34 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# To use LIRC (Linux Infrared Remote Control http://www.lirc.org/)
# with the gkrellm-radio plugin you may put the following into your
# ~/.lircrc file.

begin
	prog   = gkrellm_radio
	button = RADIO
	config = power
end
begin
	prog   = gkrellm_radio
	button = CH+
	config = next_station
end
begin	
	prog   = gkrellm_radio
	button = CH-
	config = prev_station
end
begin	
	prog   = gkrellm_radio
	button = Up
	config = finetune_up
end
begin	
	prog   = gkrellm_radio
	button = Down 
	config = finetune_down
end
begin
	prog   = gkrellm_radio
	button = MUTE
	config = mute
end