diff options
author | Anna Marie Dirks <anna@helixcode.com> | 2000-11-09 02:29:32 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2000-11-09 02:29:32 +0800 |
commit | 909049551064e43cdddfb0839153809b132a8221 (patch) | |
tree | f7e446c9645513dc1beaa3cb3adb4e8a4ab7df58 /ui | |
parent | b3a57cc8feb0929e1c5e09e12371b1f9d7ab7e15 (diff) | |
download | gsoc2013-evolution-909049551064e43cdddfb0839153809b132a8221.tar gsoc2013-evolution-909049551064e43cdddfb0839153809b132a8221.tar.gz gsoc2013-evolution-909049551064e43cdddfb0839153809b132a8221.tar.bz2 gsoc2013-evolution-909049551064e43cdddfb0839153809b132a8221.tar.lz gsoc2013-evolution-909049551064e43cdddfb0839153809b132a8221.tar.xz gsoc2013-evolution-909049551064e43cdddfb0839153809b132a8221.tar.zst gsoc2013-evolution-909049551064e43cdddfb0839153809b132a8221.zip |
Added keyboard shortcuts to all of the composer menus.
2000-11-08 Anna Marie Dirks <anna@helixcode.com>
* evolution-message-composer.xml: Added keyboard shortcuts
to all of the composer menus.
svn path=/trunk/; revision=6512
Diffstat (limited to 'ui')
-rw-r--r-- | ui/evolution-message-composer.xml | 92 |
1 files changed, 75 insertions, 17 deletions
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index f33bb07c5c..69bdb63b7a 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -2,43 +2,52 @@ <commands> <cmd name="FileOpen" _label="Open" hidden="1" - _tip="Open a file" pixtype="stock" pixname="Open" accel="F3"/> + _tip="Open a file" pixtype="stock" pixname="Open" accel="*Control*o"/> <cmd name="FileSave" _label="Save" _tip="Save the current file" pixtype="stock" pixname="Save" - accel="*Control*s"/> + accel="*Alt*s"/> <cmd name="FileSaveAs" _label="Save As" _tip="Save the current file with a different name" - pixtype="stock" pixname="Save As"/> + pixtype="stock" pixname="Save As" + accel="*Alt*a"/> <cmd name="FileClose" _label="Close" _tip="Close the current file" pixtype="stock" pixname="Close" - accel="*Control*w"/> + accel="*Alt*w"/> <cmd name="FileSaveInFolder" _label="Save in folder..." - _tip="Save the message in a specified folder"/> + _tip="Save the message in a specified folder" accel="*Alt*l"/> <cmd name="FileInsertFile" _label="Insert text file..." - _tip="Insert a file as text into the message"/> + _tip="Insert a file as text into the message" + accel="*Alt*t"/> <cmd name="FileSend" _label="Send" _tip="Send the message now" - pixtype="stock" pixname="Send Mail" accel="*Control*Return"/> + accel="*Alt*x" + pixtype="stock" pixname="Send Mail"/> - <cmd name="FileSendLater" _label="Send later" _tip="Send the message later" - pixtype="stock" pixname="Send Mail"/> + <cmd name="FileSendLater" _label="Send _later" _tip="Send the message later" + pixtype="stock" pixname="Send Mail" + accel="*Alt*l"/> <cmd name="FileAttach" _label="Attach" _tip="Attach a file" pixtype="stock" pixname="Attach"/> <cmd name="FormatHtml" _label="HTML" _tip="Send the mail in HTML format" - type="toggle" state="0"/> + type="toggle" state="0" accel="*Alt*h"/> <cmd name="ViewAttach" _label="Show attachments" _tip="Show / hide attachments" type="toggle" state="0"/> </commands> + + <keybindings> + + </keybindings> + <menu> <submenu name="File" _label="_File"> @@ -49,9 +58,10 @@ <menuitem name="FileSave" verb="" _label="_Save"/> - <menuitem name="FileSaveAs" verb="" _label="Save _As..."/> + <menuitem name="FileSaveAs" verb="" _label="Save _As..." accel="*Alt*a"/> - <menuitem name="FileSaveInFolder" verb="" _label="Save in _folder... (FIXME)"/> + <menuitem name="FileSaveInFolder" verb="" _label="Save in _folder... (FIXME)" + accel="*Alt*l"/> <placeholder name="Print" delimit="top"/> <separator/> @@ -60,7 +70,7 @@ <separator/> - <menuitem name="FileSend" verb="" _label="Send _Now"/> + <menuitem name="FileSend" verb="" _label="Send"/> <menuitem name="FileSendLater" verb="" _label="Send _Later"/> @@ -70,7 +80,9 @@ </submenu> + <submenu name="Edit" _label="_Edit"/> + <submenu name="Format" _label="F_ormat"> @@ -80,7 +92,7 @@ <submenu name="View" _label="_View"> - <menuitem name="ViewAttach" verb="" _label="Show _attachments"/> + <menuitem name="ViewAttach" verb="" _label="Show _attachments" accel="*Alt*m"/> </submenu> @@ -90,7 +102,8 @@ <placeholder name="BuiltMenuItems"/> - <menuitem name="HelpAbout" verb="" _label="_About..."/> + <menuitem name="HelpAbout" verb="" _label="_About..." + accel="*Alt*b" /> </submenu> @@ -104,7 +117,7 @@ <dockitem name="Toolbar"> - <toolitem name="FileSend" verb=""/> + <toolitem name="FileSend" verb="" _tip="Send this message now"/> <toolitem name="FileAttach" verb=""/> @@ -116,4 +129,49 @@ </dockitem> -</Root>
\ No newline at end of file +</Root> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + |