mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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:
parent
a291b73abe
commit
d5d0d847d5
3 changed files with 12 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -122,7 +122,6 @@
|
|||
verb="Show Properties"/>
|
||||
<menuitem name="Duplicate"
|
||||
_label="_Duplicate"
|
||||
accel="*Control*d"
|
||||
verb="Duplicate"/>
|
||||
<menuitem name="Create Link"
|
||||
_label="_Make Link"
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue