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 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287
|
#
# defaults:
#
# remote = *
# repeat = 0
#
#
#
begin
button = MENU
mode = mouse
end
begin
prog = xirw
button = MENU
config = Mouse aktivieren
end
begin
prog = irexec
button = 1
button = 2
button = 3
button = 1
button = 2
button = 3
button = 4
config = echo "secret code"
end
begin
prog = xirw
button = 1
button = 2
button = 3
button = 1
button = 2
button = 3
button = 4
config = psssst, secret
end
begin
prog = irexec
button = VOL_UP
config = mix vb+5 >/dev/null
end
begin
prog=xirw
button = VOL_UP
config = Lautstrke +
end
begin
prog = irexec
button = VOL_DOWN
config = mix vb-5 >/dev/null
end
begin
prog=xirw
button = VOL_DOWN
config = Lautstrke -
end
begin
prog = irexec
button = TV/R
config = xawtv -geometry +754+0 >/dev/null&
mode = tv
flags= once
end
begin
prog=xirw
button = TV/R
config = Moduswechsel
end
begin
prog = irexec
button = A/B
config = kscd -geometry +60+600&
mode = cd
flags = once
end
begin
prog=xirw
button = A/B
config = Moduswechsel
end
begin
prog = irexec
button = BACK
mode = system
end
begin
prog=xirw
button = BACK
config = Moduswechsel
end
begin tv
begin
prog = irxevent
button = 0
config = Key f xawtv
config = Key f xawtv
end
begin
prog = xirw
button = 0
config = Vollbild an
config = Vollbild aus
end
begin
prog = irxevent
button = POWER
config = Key Escape xawtv
end
begin
prog = xirw
button = POWER
config = TV beenden
flags = mode
end
end tv
begin cd
begin
prog = irxevent
button = OK
config = Button 1 51 31 kscd
end
begin
prog = xirw
button = OK
config = Display
end
begin
prog = irxevent
button = CH_UP
config = Button 1 376 92 kscd
end
begin
prog = xirw
button = CH_UP
config = Nchster Titel
end
begin
prog = irxevent
button = CH_DOWN
config = Button 1 329 92 kscd
end
begin
prog = xirw
button = CH_DOWN
config = Vorheriger Titel
end
begin
prog = irxevent
button = ARROW_DOWN
config = Button 1 70 70 kscd
end
begin
prog = xirw
button = ARROW_DOWN
config = Eject
end
begin
prog = irxevent
button = ARROW_UP
config = Button 1 360 13 kscd
end
begin
prog = xirw
button = ARROW_UP
config = Play
config = Pause
end
begin
prog = irxevent
button = ARROW_RIGHT
config = Button 1 370 63 kscd
end
begin
prog = xirw
button = ARROW_RIGHT
config = FWD
end
begin
prog = irxevent
button = ARROW_LEFT
config = Button 1 332 69 kscd
end
begin
prog = xirw
button = ARROW_LEFT
config = BCK
end
begin
prog = irxevent
button = MUTE
config = Button 1 338 43 kscd
end
begin
prog = xirw
button = MUTE
config = Stop
end
begin
prog = irxevent
button = POWER
config = Button 1 51 92 kscd
end
begin
prog = xirw
button = POWER
config = CD beenden
flags = mode
end
begin
prog = irxevent
button = 0
config = Button 1 379 45 kscd
end
begin
prog = xirw
button = 0
config = Loop
end
begin
prog = irxevent
button = LIST
config = Button 1 160 99 kscd
end
begin
prog = xirw
button = LIST
config = Random
end
end cd
begin system
begin
prog = irexec
button = POWER
config = xset dpms force off
config = xset dpms force on
end
begin
prog = xirw
button = POWER
config = Bildschirm abschalten
config = Bildschirm anschalten
end
begin
prog = irexec
button = MUTE
config = sync;hdparm -y /dev/hda >/dev/null
end
begin
prog = xirw
button = MUTE
config = Festplatten abschalten
end
begin
prog = irexec
button = CH_UP
config = xvidtune -next
end
begin
prog = xirw
button = CH_UP
config = Auflsung +
end
begin
prog = irexec
button = CH_DOWN
config = xvidtune -prev
end
begin
prog = xirw
button = CH_DOWN
config = Auflsung -
end
end system
|