src/nautilus-shell-ui.xml Made bookmark shortcut keys hig compliant

2002-05-01  David Bordoley <bordoley@msu.edu>

	* src/nautilus-shell-ui.xml
	Made bookmark shortcut keys hig compliant
	Switched Home shortcut key to Alt-Home

	* src/file-manager/nautilus-directory-view-ui.xml
	Removed shortcut key for duplicate
This commit is contained in:
David Bordoley 2002-05-02 21:22:18 +00:00 committed by Alexander Larsson
parent a291b73abe
commit d5d0d847d5
3 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2002-05-01 David Bordoley <bordoley@msu.edu>
* src/nautilus-shell-ui.xml
Made bookmark shortcut keys hig compliant
Switched Home shortcut key to Alt-Home
* src/file-manager/nautilus-directory-view-ui.xml
Removed shortcut key for duplicate
2002-05-01 David Bordoley <bordoley@msu.edu>
* data/Makefile.am:

View file

@ -122,7 +122,6 @@
verb="Show Properties"/>
<menuitem name="Duplicate"
_label="_Duplicate"
accel="*Control*d"
verb="Duplicate"/>
<menuitem name="Create Link"
_label="_Make Link"

View file

@ -210,7 +210,7 @@
verb="Up"/>
<menuitem name="Home"
_label="_Home"
accel="*Control*h"
accel="*Alt*Home"
pixtype="stock" pixname="gtk-home"
verb="Home"/>
<menuitem name="Start Here"
@ -236,12 +236,13 @@
<menuitem name="Add Bookmark"
_label="_Add Bookmark"
_tip="Add a bookmark for the current location to this menu"
accel="*Control*b"
accel="*Control*d"
pixtype="stock" pixname="gtk-add"
verb="Add Bookmark"/>
<menuitem name="Edit Bookmarks"
_label="_Edit Bookmarks"
_tip="Display a window that allows editing the bookmarks in this menu"
accel="*Control*b"
verb="Edit Bookmarks"/>
<placeholder name="Built-in Bookmarks Placeholder" delimit="top"/>