gnome-commander r1713 - in branches/gcmd-1-3: . src



Author: epiotr
Date: Tue Apr 22 21:40:28 2008
New Revision: 1713
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1713&view=rev

Log:
Replaced previous default binding (CTRL+~) for view.home with SHIFT+CTRL+~

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/gnome-cmd-user-actions.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-user-actions.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-user-actions.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-user-actions.cc	Tue Apr 22 21:40:28 2008
@@ -320,7 +320,7 @@
     if (!registered("view.home"))
     {
         register_action(GDK_CONTROL_MASK, GDK_quoteleft, "view.home");
-        register_action(GDK_CONTROL_MASK, GDK_asciitilde, "view.home");
+        register_action(GDK_CONTROL_MASK | GDK_SHIFT_MASK, GDK_asciitilde, "view.home");
     }
 
     if (!registered("view.root"))



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