Feature: Shortcuts Background: * Open Evolution and setup fake account @general_shortcuts Scenario: Ctrl-Q to quit application - two instances * Start a new Evolution instance * Press "Q" Then Evolution is closed @general_shortcuts Scenario: F1 to launch help * Press "" Then Help section "Evolution Mail and Calendar" is displayed @general_shortcuts Scenario: Shift-Ctrl-W to open a new window * Press "W" Then Evolution has 2 windows opened @general_shortcuts Scenario: Ctrl-W to close a window * Press "W" * Press "W" Then Evolution has 1 window opened @general_shortcuts Scenario: Ctrl-Shift-S to open Preferences * Press "S" Then Preferences dialog is opened @mail_shortcuts Scenario: Mail: Ctrl-Shift-M to compose new message * Open "Mail" section * Press "M" Then Message composer with title "Compose Message" is opened @contacts_shortcuts Scenario: Contacts: Ctrl-Shift-C to create new contact * Open "Contacts" section * Press "C" Then Contact editor window is opened @contacts_shortcuts Scenario: Contacts: Ctrl-Shift-L to create new contact list * Open "Contacts" section * Press "L" Then Contact List editor window is opened @calendar_shortcuts Scenario: Calendar: Ctrl-Shift-A to create new appointment * Open "Calendar" section * Press "A" Then Event editor with title "Appointment - No Summary" is displayed @calendar_shortcuts Scenario: Calendar: Ctrl-Shift-E to create new meeting * Open "Calendar" section * Press "E" Then Event editor with title "Meeting - No Summary" is displayed @calendar_shortcuts Scenario: Tasks: Ctrl-Shift-T to create new task * Open "Tasks" section * Press "T" Then Task editor with title "Task - No Summary" is opened @memos_shortcuts Scenario: Memos: Ctrl-Shift-O to create new memo * Open "Memos" section * Press "O" Then Memo editor with title "Memo - No Summary" is opened @memos_shortcuts Scenario: Memos: Ctrl-Shift-O to create new task * Open "Memos" section * Press "O" Then Shared memo editor with title "Memo - No Summary" is opened @view_shortcuts Scenario Outline: Ctrl+<1-5> to switch views * Press "" Then "
" view is opened Examples: | shortcut | section | | 1 | Mail | | 2 | Contacts | | 3 | Calendar | | 4 | Tasks | | 5 | Memos | @menu_shortcuts Scenario Outline: Menu shortcuts on all views * Open "
" section * Press "" Then "" menu is opened Examples: | section | shortcut | menu | | Mail | F | File | | Mail | E | Edit | | Mail | V | View | | Mail | O | Folder | | Mail | M | Message | | Mail | S | Search | | Mail | H | Help | | Contacts | F | File | | Contacts | E | Edit | | Contacts | V | View | | Contacts | A | Actions | | Contacts | S | Search | | Contacts | H | Help | | Calendar | F | File | | Calendar | E | Edit | | Calendar | V | View | | Calendar | A | Actions | | Calendar | S | Search | | Calendar | H | Help | | Tasks | F | File | | Tasks | E | Edit | | Tasks | V | View | | Tasks | A | Actions | | Tasks | S | Search | | Tasks | H | Help | | Memos | F | File | | Memos | E | Edit | | Memos | V | View | | Memos | S | Search | | Memos | H | Help |