patch: bug 82115



This patch removes the open action from the visible ui since it is
always the default action for both the keyboard and the mouse. I kept
the ctrl+O keybinding for open though, and it would be nice if space bar
worked as well. It is my understanding that context menus are used for
alternative actions, and based on use patterns who is going to context
click and than open as oppose to just single or double clicking, or
hiting the enter key. Anyway I haven't talked to calum about this one
yet, so I would like his input and anyone elses, just in case i'm on
crack :)

dave

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.5501
diff -p -u -r1.5501 ChangeLog
--- ChangeLog	31 Aug 2002 21:59:26 -0000	1.5501
+++ ChangeLog	1 Sep 2002 02:58:55 -0000
@@ -1,3 +1,10 @@
+2002-08-31 David Bordoley <bordoley msu edu>
+
+	* src/file-manager/nautilus-directory-view-ui.xml:
+	Removed Open action from the file menu and context menu
+	since this is the default action of mouse clicking and 
+	using the enter key. Ctrl+O is retained as a keybinding.
+
 2002-08-31  David Bordoley <bordoley msu edu>
 
 	* src/nautilus-shell-ui.xml:
Index: src/file-manager/nautilus-directory-view-ui.xml
===================================================================
RCS file: /cvs/gnome/nautilus/src/file-manager/nautilus-directory-view-ui.xml,v
retrieving revision 1.48
diff -p -u -r1.48 nautilus-directory-view-ui.xml
--- src/file-manager/nautilus-directory-view-ui.xml	31 Aug 2002 21:59:32 -0000	1.48
+++ src/file-manager/nautilus-directory-view-ui.xml	1 Sep 2002 02:59:01 -0000
@@ -70,6 +70,7 @@
 	<accel name="KP_Delete" verb="Trash"/>
 	<accel name="*Shift*KP_Delete" verb="Delete"/>
         <accel name="*Alt*Down" verb="Open"/>
+	<accel name="*Control*O" verb="Open"/>
 </keybindings>
 <menu>
 	<submenu name="File">
@@ -83,12 +84,9 @@
 				  verb="New Launcher"/>
 		</placeholder>
 		<placeholder name="Open Placeholder">
-			<menuitem name="Open"
-                                  accel="*Control*o"
-				  pixtype="stock" pixname="gtk-open"
-				  verb="Open"/>
 			<menuitem name="OpenAlternate"
 				  accel="*Control**Shift*o"
+				  pixtype="stock" pixname="gtk-open"
 				  verb="OpenAlternate"/>
 			<submenu name="Open With" 
 				 _label="Open Wit_h" 
@@ -210,10 +208,8 @@
 	
 	<popup name="selection" tearoff="0">
 		<placeholder name="Open Placeholder" delimit="none">
-			<menuitem name="Open" 
-			 pixtype="stock" pixname="gtk-open"
-			 verb="Open"/>
 			<menuitem name="OpenAlternate" 
+			 pixtype="stock" pixname="gtk-open"
 			 verb="OpenAlternate"/>
 			<submenu name="Open With" 
 				 _label="Open Wit_h" 


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