[totem] Bug 545546 – LIRC plugin missing default setup for some keys



commit e2e8cd6e16fe9aa14a79e0ef4324f2c871f06332
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 20 00:05:58 2009 +0100

    Bug 545546 â?? LIRC plugin missing default setup for some keys
    
    2009-07-20  Bastien Nocera  <hadess hadess net>
    
    	* src/plugins/lirc/totem_lirc_default: Add
    	keys for zoom in/out (Closes: #545546)

 ChangeLog                           |    5 +++++
 src/plugins/lirc/totem_lirc_default |   17 +++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b63fcd0..9da624b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-20  Bastien Nocera  <hadess hadess net>
+
+	* src/plugins/lirc/totem_lirc_default: Add
+	keys for zoom in/out (Closes: #545546)
+
 2009-07-19  Philip Withnall  <philip tecnocode co uk>
 
 	* src/plugins/opensubtitles/opensubtitles.py:
diff --git a/src/plugins/lirc/totem_lirc_default b/src/plugins/lirc/totem_lirc_default
index a300558..1a6eebc 100644
--- a/src/plugins/lirc/totem_lirc_default
+++ b/src/plugins/lirc/totem_lirc_default
@@ -217,3 +217,20 @@ begin
 	repeat = 1
 	config = setting_repeat
 end
+
+begin
+	prog = Totem
+	remote = *
+	button = KEY_ZOOMIN
+	repeat = 1
+	config = zoom_up
+end
+
+begin
+	prog = Totem
+	remote = *
+	button = KEY_ZOOMOUT
+	repeat = 1
+	config = zoom_down
+end
+



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