~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to data/example.lircrc

  • Committer: dnylande
  • Date: 2008-10-09 05:27:02 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:210
sv.po: Updated Swedish translation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is how the gnomeradio section in my .lircrc looks like
 
2
# Note that you probably have to edit the "button =" entries
 
3
# unless you have a Haupauge rc, too
 
4
 
 
5
begin
 
6
        prog = gnomeradio
 
7
        button = MUTE
 
8
        config = mute
 
9
end
 
10
begin
 
11
        prog = gnomeradio
 
12
        button = CH+
 
13
        config = tune up
 
14
end
 
15
begin
 
16
        prog = gnomeradio
 
17
        button = CH-
 
18
        config = tune down
 
19
end
 
20
begin
 
21
        prog = gnomeradio
 
22
        button = RADIO
 
23
        config = preset up
 
24
end
 
25
begin
 
26
        prog = gnomeradio
 
27
        button = SOURCE
 
28
        config = preset down
 
29
end
 
30
begin
 
31
        prog = gnomeradio
 
32
        button = VOL+
 
33
        config = volume up
 
34
        repeat = 1      
 
35
end
 
36
begin
 
37
        prog = gnomeradio
 
38
        button = VOL-
 
39
        config = volume down
 
40
        repeat = 1
 
41
end
 
42
begin
 
43
        prog = gnomeradio
 
44
        button = MINIMIZE
 
45
        config = quit
 
46
end
 
47
begin
 
48
        prog = gnomeradio
 
49
        button = TV
 
50
        config = tv
 
51
end
 
52
begin
 
53
        prog = gnomeradio
 
54
        button = 0
 
55
        config = preset 0
 
56
end
 
57
begin
 
58
        prog = gnomeradio
 
59
        button = 1
 
60
        config = preset 1
 
61
end
 
62
begin
 
63
        prog = gnomeradio
 
64
        button = 2
 
65
        config = preset 2
 
66
end
 
67
begin
 
68
        prog = gnomeradio
 
69
        button = 3
 
70
        config = preset 3
 
71
end
 
72
begin
 
73
        prog = gnomeradio
 
74
        button = 4
 
75
        config = preset 4
 
76
end
 
77
begin
 
78
        prog = gnomeradio
 
79
        button = 5
 
80
        config = preset 5
 
81
end
 
82
begin
 
83
        prog = gnomeradio
 
84
        button = 6
 
85
        config = preset 6
 
86
end
 
87
begin
 
88
        prog = gnomeradio
 
89
        button = 7
 
90
        config = preset 7
 
91
end
 
92
begin
 
93
        prog = gnomeradio
 
94
        button = 8
 
95
        config = preset 8
 
96
end
 
97
begin
 
98
        prog = gnomeradio
 
99
        button = 9
 
100
        config = preset 9
 
101
end