summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-07-30 17:10:12 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-07-30 17:10:12 +0000
commit51c028727c6de2b858c89b046c6b657980a011dd (patch)
tree3465aafdbcdcaa140a8152ef1dddbbe975795f45 /data
parent25b3fff12e88d0f95075a1c070e2a39bd1c7b277 (diff)
Update lirc plugin to read from a default configuration file, and not fail
2008-07-30 Bastien Nocera <hadess@hadess.net> * data/lirc_example: * src/plugins/lirc/Makefile.am: * src/plugins/lirc/totem-lirc.c (impl_activate): * src/plugins/lirc/totem_lirc_default: Update lirc plugin to read from a default configuration file, and not fail when there's no user configuration. This allows Totem to work out-of-the-box on the majority of remotes as setup by gnome-lirc-properties svn path=/trunk/; revision=5529
Diffstat (limited to 'data')
-rw-r--r--data/lirc_example125
1 files changed, 0 insertions, 125 deletions
diff --git a/data/lirc_example b/data/lirc_example
deleted file mode 100644
index 733ddb64..00000000
--- a/data/lirc_example
+++ /dev/null
@@ -1,125 +0,0 @@
-# edit the "button =" part for each entry according to your remote, and stick
-# this stuff in ~/.lircrc
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = play
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 0
- config = pause
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = seek_forward
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = seek_backward
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = fullscreen
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = volume_up
-end
-
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = volume_down
-end
-
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = next
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = previous
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = quit
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = up
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = down
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = left
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = right
-end
-
-begin
- prog = Totem
- remote = *
- button = YOUR_BUTTON
- repeat = 1
- config = select
-end
-