[totem] Small tweaks for the default LIRC setup



commit 95b7a329e7f383f2dd8c237b373213864d9e54f0
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jun 30 14:10:21 2009 +0100

    Small tweaks for the default LIRC setup
    
    2009-06-30  Bastien Nocera  <hadess hadess net>
    
    	* src/plugins/lirc/totem_lirc_default: Small tweaks for the
    	default LIRC setup

 ChangeLog                           |    5 +++++
 src/plugins/lirc/totem_lirc_default |   16 ++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 50fa685..77174c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-06-30  Bastien Nocera  <hadess hadess net>
 
+	* src/plugins/lirc/totem_lirc_default: Small tweaks for the
+	default LIRC setup
+
+2009-06-30  Bastien Nocera  <hadess hadess net>
+
 	* src/totem-object.c (totem_action_handle_key_press):
 	When there's a DVD menu showing, use the arrow keys to
 	navigate around, and the Enter key to select (Closes: #580351)
diff --git a/src/plugins/lirc/totem_lirc_default b/src/plugins/lirc/totem_lirc_default
index 5bc73e8..a300558 100644
--- a/src/plugins/lirc/totem_lirc_default
+++ b/src/plugins/lirc/totem_lirc_default
@@ -42,6 +42,14 @@ end
 begin
 	prog = Totem
 	remote = *
+	button = KEY_FORWARD
+	repeat = 1
+	config = seek_forward
+end
+
+begin
+	prog = Totem
+	remote = *
 	button = KEY_REWIND
 	repeat = 1
 	config = seek_backward
@@ -141,6 +149,14 @@ end
 begin
 	prog = Totem
 	remote = *
+	button = KEY_OK
+	repeat = 1
+	config = select
+end
+
+begin
+	prog = Totem
+	remote = *
 	button = KEY_MENU
 	repeat = 1
 	config = menu



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]