aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution.xml
diff options
context:
space:
mode:
authorAnna Marie Dirks <anna@helixcode.com>2000-11-09 04:41:23 +0800
committerAnna Dirks <anna@src.gnome.org>2000-11-09 04:41:23 +0800
commita17d3f17626d64a69acf0476ba5a69533ad57291 (patch)
tree0b0643736f026be72e726c21615d9b3941e6b00a /ui/evolution.xml
parent8a7241a1d11985261421abd30db67f6fe34cb703 (diff)
downloadgsoc2013-evolution-a17d3f17626d64a69acf0476ba5a69533ad57291.tar
gsoc2013-evolution-a17d3f17626d64a69acf0476ba5a69533ad57291.tar.gz
gsoc2013-evolution-a17d3f17626d64a69acf0476ba5a69533ad57291.tar.bz2
gsoc2013-evolution-a17d3f17626d64a69acf0476ba5a69533ad57291.tar.lz
gsoc2013-evolution-a17d3f17626d64a69acf0476ba5a69533ad57291.tar.xz
gsoc2013-evolution-a17d3f17626d64a69acf0476ba5a69533ad57291.tar.zst
gsoc2013-evolution-a17d3f17626d64a69acf0476ba5a69533ad57291.zip
Added keyboard shortcuts to all shell menus. Added keyboard shortcuts to
2000-11-08 Anna Marie Dirks <anna@helixcode.com> * evolution.xml: Added keyboard shortcuts to all shell menus. * evolution-mail.xml: Added keyboard shortcuts to all shell menus. svn path=/trunk/; revision=6516
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r--ui/evolution.xml36
1 files changed, 23 insertions, 13 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml
index 01e88fda4a..73b30dcef0 100644
--- a/ui/evolution.xml
+++ b/ui/evolution.xml
@@ -10,7 +10,7 @@
</commands>
<menu>
<submenu name="File" _label="_File">
- <submenu name="New" _label="_New">
+ <submenu name="New" _label="_New"> >
<menuitem name="View" verb="NewView" _label="_View"
accel="*Control**Shift*v"
pixtype="stock" pixname="New"/>
@@ -48,11 +48,11 @@
<menuitem name="FileGoToFolder" verb=""
_label="_Go to Folder..."
- _tip="Display a different folder"/>
+ _tip="Display a different folder" accel="*Control*o"/>
<menuitem name="FileCreateFolder" verb=""
_label="_Create New Folder..."
- _tip="Create a new folder"/>
+ _tip="Create a new folder" accel="*Control*n"/>
<placeholder name="Print" delimit="top"/>
@@ -69,8 +69,9 @@
<submenu name="View" _label="_View">
- <menuitem name="ShortcutBar" id="ViewShortcutBar"/>
- <menuitem name="FolderBar" id="ViewFolderBar"/>
+ <menuitem name="ShortcutBar" id="ViewShortcutBar"
+ accel="*Control*s"/>
+ <menuitem name="FolderBar" id="ViewFolderBar" accel="*Control*f"/>
</submenu>
@@ -81,32 +82,39 @@
<submenu name="Help" _label="_Help">
<menuitem name="HelpIndex" verb=""
- _label="_Index"/>
+ _label="_Index"
+ accel="*Control*h"/>
<menuitem name="HelpGetStarted" verb=""
- _label="Getting _Started"/>
+ _label="Getting _Started"
+ accel="*Control*F1"/>
<menuitem name="HelpUsingMail" verb=""
- _label="Using the _Mailer"/>
+ _label="Using the _Mailer"
+ accel="*Control*F2"/>
<menuitem name="HelpUsingCalendar" verb=""
- _label="Using the _Calendar"/>
+ _label="Using the _Calendar"
+ accel="*Control*F3"/>
<menuitem name="HelpUsingContact" verb=""
- _label="Using the C_ontact Manager"/>
+ _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"/>
+ _label="Submit _Bug Report"
+ _tip="Submit bug report using Bug Buddy"
+ accel="*Control*B"/>
<menuitem/>
<menuitem name="HelpAbout" verb=""
_label="_About Evolution..."
_tip="Show information about Evolution"
- pixtype="stock" pixname="About"/>
+ pixtype="stock" pixname="About"
+ accel="*Control*e"/>
</submenu>
</menu>
@@ -118,3 +126,5 @@
<control name="Progress"/>
</status>
</Root>
+
+