summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/system-templates/templates/remotes/caraca/lircrc.caraca
blob: 6baf5e472394ad26a79de687704ae419c41696fa (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
#
# This is an example of ~/.lircrc file
# It is a copy of actual setup from my home machine.
# Contributed by Konrad Riedel <k.riedel@gmx.de>  
#
begin 
    prog = irexec
    button = tv/fm
    config = xawtv -geometry +64+64 &
    mode = tv
    flags = once
end

begin tv
    begin 
	prog 	= 	xawtv
	button 	= 	power
	config 	= 	quit
	flags 	=	mode
    end
    begin 
	prog 	= 	xawtv
	button 	= 	source
	repeat	=	1
	config 	= 	setinput next
    end
    begin
	prog   = 	xawtv
	button = 	zoom
	repeat = 	1
	config = 	fullscreen
    end
    begin 
	prog	=	xawtv
	button	=	ch-
	repeat	=	1
	config	=	setstation prev
    end
    begin
	prog	=	xawtv
	button	=	ch+
	repeat	=	1
	config	=	setstation next
    end
    begin
	prog	=	xawtv
	button	=	record
        repeat	=	1
	#config	=	snap jpeg
	config 	= 	quit
    end
    begin
	prog	=	xawtv
	button	=	scan
	repeat	=	1
	config	=	Key ctrl-z xawtv
    end
    begin
        prog   = xawtv
	button = MUTE
	config = volume mute
    end    
end tv
begin
    prog = irexec
    button = power
    config = xmms&
    mode = xmms
    flags = once
end

begin xmms
    begin
        prog = xmms
        button = play
        config = PLAY
    end
  begin
    prog = xmms
    button = pause
    config = PAUSE
  end
  begin
    prog = xmms
    button = stop
    config = STOP
  end
  begin
    prog = xmms
    button = vol-
    repeat = 1
    config = VOL_DOWN
  end
  begin
    prog = xmms
    button = vol+
    repeat = 1
    config = VOL_UP
  end

  begin
    prog = xmms
    button = power
    config = QUIT
    flags = mode
  end
  begin
    prog = xmms
    button = mute
    config = MUTE
    end    
  begin
    prog = xmms
    button = seek+
    repeat = 1
    config = FWD
  end
  begin
    prog = xmms
    button = seek-
    repeat = 1
    config = BWD
  end
  begin
    prog = xmms
    button = ch+
    config = NEXT
  end
  begin
    prog = xmms
    button = ch-
    config = PREV
  end
end xmms