Checked in patch for bug 264077:

Sunbird menus use control as modifier rather than accel
This commit is contained in:
mostafah%oeone.com 2004-10-13 13:26:54 +00:00
parent 80e542ba71
commit 2ed95725ef

View File

@ -136,18 +136,18 @@
<keyset>
<key id="delete_key" keycode="VK_DELETE" observes="delete_command_no_confirm"/>
<key id="new_event_key" key="N" modifiers="control" observes="new_command"/>
<key id="new_todo_key" key="T" modifiers="control" observes="new_todo_command"/>
<key id="modify_event_key" key="E" modifiers="control" observes="modify_command"/>
<key id="print_key" key="P" modifiers="control" observes="print_command"/>
<key id="import_key" key="I" modifiers="control" observes="import_command"/>
<key id="export_key" key="O" modifiers="control" observes="export_command"/>
<key id="send_event_key" key="M" modifiers="control" observes="send_event_command"/>
<key id="new_event_key" key="N" modifiers="accel" observes="new_command"/>
<key id="new_todo_key" key="T" modifiers="accel" observes="new_todo_command"/>
<key id="modify_event_key" key="E" modifiers="accel" observes="modify_command"/>
<key id="print_key" key="P" modifiers="accel" observes="print_command"/>
<key id="import_key" key="I" modifiers="accel" observes="import_command"/>
<key id="export_key" key="O" modifiers="accel" observes="export_command"/>
<key id="send_event_key" key="M" modifiers="accel" observes="send_event_command"/>
<key id="key_selectAll" key="A" modifiers="control" observes="select_all_command"/>
<key id="key_cut" key="X" modifiers="control" observes="cut_command"/>
<key id="key_copy" key="C" modifiers="control" observes="copy_command"/>
<key id="key_paste" key="V" modifiers="control" observes="paste_command"/>
<key id="key_selectAll" key="A" modifiers="accel" observes="select_all_command"/>
<key id="key_cut" key="X" modifiers="accel" observes="cut_command"/>
<key id="key_copy" key="C" modifiers="accel" observes="copy_command"/>
<key id="key_paste" key="V" modifiers="accel" observes="paste_command"/>
<key id="view_day_key" keycode="VK_F1" observes="day_view_command"/>
<key id="view_week_key" keycode="VK_F2" observes="week_view_command"/>
@ -156,10 +156,10 @@
<key id="go_backward_key" keycode="VK_PAGE_UP" observes="previous_command"/>
<key id="go_forward_key" keycode="VK_PAGE_DOWN" observes="next_command"/>
<key id="go_to_today_key" keycode="VK_DOWN" modifiers="control" observes="go_today_command"/>
<key id="go_to_date_key" keycode="VK_UP" modifiers="control" observes="go_date_command"/>
<key id="go_to_today_key" keycode="VK_DOWN" modifiers="accel" observes="go_today_command"/>
<key id="go_to_date_key" keycode="VK_UP" modifiers="accel" observes="go_date_command"/>
<key id="key_close" key="W" modifiers="control" observes="close_calendar_command"/>
<key id="key_close" key="W" modifiers="accel" observes="close_calendar_command"/>
</keyset>
<keyset id="tasksKeys"/>