diff options
author | Anna Marie Dirks <anna@helixcode.com> | 2000-12-02 02:09:00 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2000-12-02 02:09:00 +0800 |
commit | 704e0f44ba0eb5e857344d095e68bbae8be0b731 (patch) | |
tree | 6aff222e216acdd57dd28f3597b81bf8f924ea1f /ui/evolution.xml | |
parent | dfee15e65ac56a20ae8841ed8410ba8ee9a505ca (diff) | |
download | gsoc2013-evolution-704e0f44ba0eb5e857344d095e68bbae8be0b731.tar gsoc2013-evolution-704e0f44ba0eb5e857344d095e68bbae8be0b731.tar.gz gsoc2013-evolution-704e0f44ba0eb5e857344d095e68bbae8be0b731.tar.bz2 gsoc2013-evolution-704e0f44ba0eb5e857344d095e68bbae8be0b731.tar.lz gsoc2013-evolution-704e0f44ba0eb5e857344d095e68bbae8be0b731.tar.xz gsoc2013-evolution-704e0f44ba0eb5e857344d095e68bbae8be0b731.tar.zst gsoc2013-evolution-704e0f44ba0eb5e857344d095e68bbae8be0b731.zip |
Redid all the keyboard shortcuts to comply with GNOME standards. Removed
2000-12-01 Anna Marie Dirks <anna@helixcode.com>
* evolution.xml: Redid all the keyboard shortcuts to comply with GNOME
standards. Removed unnecessary shortcuts from less commonly used menu
items, changed all references to "alt", etc.
* evolution-addressbook.xml: see above
* evolution-mail.xml: see above
* evolution-calendar.xml: Same as above, but I also reorganized menus slightly by moving "new appointment" from the edit menu to the file menu.
svn path=/trunk/; revision=6757
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index 73b30dcef0..b3bb508de1 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -48,11 +48,7 @@ <menuitem name="FileGoToFolder" verb="" _label="_Go to Folder..." - _tip="Display a different folder" accel="*Control*o"/> - - <menuitem name="FileCreateFolder" verb="" - _label="_Create New Folder..." - _tip="Create a new folder" accel="*Control*n"/> + _tip="Display a different folder" accel="*Control*g"/> <placeholder name="Print" delimit="top"/> @@ -87,26 +83,25 @@ <menuitem name="HelpGetStarted" verb="" _label="Getting _Started" - accel="*Control*F1"/> + /> <menuitem name="HelpUsingMail" verb="" _label="Using the _Mailer" - accel="*Control*F2"/> + /> <menuitem name="HelpUsingCalendar" verb="" _label="Using the _Calendar" - accel="*Control*F3"/> + /> <menuitem name="HelpUsingContact" verb="" _label="Using the C_ontact Manager" - accel="*Control*F4"/> + /> <menuitem/> <menuitem name="HelpSubmitBug" verb="" _label="Submit _Bug Report" - _tip="Submit bug report using Bug Buddy" - accel="*Control*B"/> + _tip="Submit bug report using Bug Buddy."/> <menuitem/> @@ -114,7 +109,7 @@ _label="_About Evolution..." _tip="Show information about Evolution" pixtype="stock" pixname="About" - accel="*Control*e"/> + /> </submenu> </menu> @@ -128,3 +123,13 @@ </Root> + + + + + + + + + + |