packages: roundcube-plugins/keyboard_shortcuts-deletekey.patch - second del...

glen glen at pld-linux.org
Tue Aug 31 19:23:59 CEST 2010


Author: glen                         Date: Tue Aug 31 17:23:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- second delete key in list

---- Files affected:
packages/roundcube-plugins:
   keyboard_shortcuts-deletekey.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/roundcube-plugins/keyboard_shortcuts-deletekey.patch
diff -u packages/roundcube-plugins/keyboard_shortcuts-deletekey.patch:1.1 packages/roundcube-plugins/keyboard_shortcuts-deletekey.patch:1.2
--- packages/roundcube-plugins/keyboard_shortcuts-deletekey.patch:1.1	Thu Aug 26 23:56:12 2010
+++ packages/roundcube-plugins/keyboard_shortcuts-deletekey.patch	Tue Aug 31 19:23:53 2010
@@ -8,9 +8,19 @@
          $c .= "<div class='shortcut_key'>f</div> ".$this->gettext('forwardmessage')."<br class='clear' />";
          $c .= "<div class='shortcut_key'>j</div> ".$this->gettext('previousmessages')."<br class='clear' />";
          $c .= "<div class='shortcut_key'>k</div> ".$this->gettext('nextmessages')."<br class='clear' />";
---- keyboard_shortcuts/keyboard_shortcuts.js~	2010-08-27 00:54:08.000000000 +0300
-+++ keyboard_shortcuts/keyboard_shortcuts.js	2010-08-27 00:54:10.584128202 +0300
-@@ -100,6 +100,9 @@
+--- keyboard_shortcuts/keyboard_shortcuts.js	2010-08-27 00:54:10.584128202 +0300
++++ keyboard_shortcuts/keyboard_shortcuts.js	2010-08-27 09:24:53.508571945 +0300
+@@ -66,6 +66,9 @@
+ 				case 99:		// c = compose
+ 					rcmail.command('compose');
+ 					return false;
++				case 100:		// d = delete
++					rcmail.command('delete');
++  				return false;
+ 				case 102:		// f = forward
+ 					if (rcmail.message_list.selection.length == 1)
+ 						rcmail.command('forward');
+@@ -100,6 +103,9 @@
    			case 99:		// c = compose
    				rcmail.command('compose');
    				return false;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/roundcube-plugins/keyboard_shortcuts-deletekey.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list