summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config-SVN/templates/remotes/caraca/lircrc.caraca
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-02 18:51:51 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-02 18:51:51 (GMT)
commitc4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce (patch)
treed49601885b5648a971567d9b14a1cf5d1a0d412a /abs/core-testing/LinHES-config-SVN/templates/remotes/caraca/lircrc.caraca
parentdfb5a44540d0f1f6103381e8ad4a61a0871fd2be (diff)
downloadlinhes_pkgbuild-c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce.zip
linhes_pkgbuild-c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce.tar.gz
linhes_pkgbuild-c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce.tar.bz2
Moving templates to their own package.
Diffstat (limited to 'abs/core-testing/LinHES-config-SVN/templates/remotes/caraca/lircrc.caraca')
-rw-r--r--abs/core-testing/LinHES-config-SVN/templates/remotes/caraca/lircrc.caraca134
1 files changed, 0 insertions, 134 deletions
diff --git a/abs/core-testing/LinHES-config-SVN/templates/remotes/caraca/lircrc.caraca b/abs/core-testing/LinHES-config-SVN/templates/remotes/caraca/lircrc.caraca
deleted file mode 100644
index 6baf5e4..0000000
--- a/abs/core-testing/LinHES-config-SVN/templates/remotes/caraca/lircrc.caraca
+++ /dev/null
@@ -1,134 +0,0 @@
-#
-# 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