Files
evolution/ui/evolution.xml
Anna Marie Dirks a17d3f1762 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
2000-11-08 20:41:23 +00:00

131 lines
3.1 KiB
XML

<Root>
<commands>
<cmd name="ViewShortcutBar" type="toggle"
_label="Show the _Shortcut Bar"
_tip="Toggle whether to show the shortcut bar"/>
<cmd name="ViewFolderBar" type="toggle"
_label="Show the _Folder Bar"
_tip="Toggle whether to show the folder bar"/>
</commands>
<menu>
<submenu name="File" _label="_File">
<submenu name="New" _label="_New"> >
<menuitem name="View" verb="NewView" _label="_View"
accel="*Control**Shift*v"
pixtype="stock" pixname="New"/>
<menuitem name="Folder" verb="NewFolder"
_label="_Folder"
accel="*Control**Shift*f"/>
<menuitem name="Shortcut" verb="NewBarShortcut"
_label="Evolution bar _shortcut"
accel="*Control**Shift*s"/>
<separator/>
<menuitem name="Mail" verb="NewMailMessage"
_label="_Mail message (FIXME)"
accel="*Control**Shift*m"/>
<menuitem name="Appointment" verb="NewAppointment"
_label="_Appointment (FIXME)"
accel="*Control**Shift*a"/>
<menuitem name="Contact" verb="NewContact"
_label="_Contact (FIXME)"
accel="*Control**Shift*c"/>
<menuitem name="Task" verb="NewTask"
_label="_Task (FIXME)"
accel="*Control**Shift*t"/>
</submenu>
<placeholder name="FileOps"/>
<separator/>
<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"/>
<placeholder name="Print" delimit="top"/>
<separator/>
<menuitem name="FileExit" verb=""
_label="E_xit" _tip="Exit the program"
pixtype="stock" pixname="Quit"
accel="*Control*q"/>
</submenu>
<submenu name="Edit" _label="_Edit"/>
<submenu name="View" _label="_View">
<menuitem name="ShortcutBar" id="ViewShortcutBar"
accel="*Control*s"/>
<menuitem name="FolderBar" id="ViewFolderBar" accel="*Control*f"/>
</submenu>
<submenu name="Settings" _label="_Settings"/>
<placeholder name="Component"/>
<submenu name="Help" _label="_Help">
<menuitem name="HelpIndex" verb=""
_label="_Index"
accel="*Control*h"/>
<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"/>
<menuitem/>
<menuitem name="HelpAbout" verb=""
_label="_About Evolution..."
_tip="Show information about Evolution"
pixtype="stock" pixname="About"
accel="*Control*e"/>
</submenu>
</menu>
<dockitem name="Toolbar" relief="none" behavior="exclusive"/>
<status>
<item name="main"/>
<control name="Progress"/>
</status>
</Root>