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-calendar.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-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 8b99a5377b..9b95697585 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -6,19 +6,18 @@ <submenu name="New" _label="_New"> <menuitem name="CalendarNew" verb="" - _label="New Ca_lendar" _tip="Create a new calendar" - accel="*Control**Shift*c"/> + _label="Ca_lendar" _tip="Create a new calendar" + accel="*Control**Shift*l"/> </submenu> <placeholder name="FileOps"> - <submenu name="Open" _label="_Open"> - - <menuitem name="CalendarOpen" verb="" + + <menuitem name="CalendarOpen" verb="" _label="_Open Calendar" _tip="Open a calendar" accel="*Control*o"/> - </submenu> + <menuitem name="CalendarSaveAs" verb="" _label="_Save Calendar As" @@ -40,9 +39,6 @@ <submenu name="Edit"> - <menuitem name="Appointment" _label="_New appointment..." - verb="EditNewAppointment" _tip="Create a new appointment" - accel="*Shift**Control*a"/> </submenu> @@ -50,7 +46,7 @@ <menuitem name="Preferences" _label="Calendar Preferences..." verb="CalendarPreferences" _tip="Alter preferences" - accel="*Control*r"/> + /> </submenu> </menu> |