summaryrefslogtreecommitdiffstats
path: root/keys/ZmKeys.properties
blob: 7e264fc11e72586abb0efff2cee3e2699317f1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
# 
# ***** BEGIN LICENSE BLOCK *****
# Zimbra Collaboration Suite Web Client
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Zimbra, Inc.
# 
# The contents of this file are subject to the Zimbra Public License
# Version 1.3 ("License"); you may not use this file except in
# compliance with the License.  You may obtain a copy of the License at
# http://www.zimbra.com/license.
# 
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
# ***** END LICENSE BLOCK *****
#

# Keyboard Shortcuts for the ZCS Web Client
#
#
# Below is a list of properties that define shortcuts. Each shortcut belongs
# to a "map", which is the context in which the shortcut applies. For these
# shortcuts, that is typically determined by the current view (for example,
# a list of messages or a compose form).
#
# The property key consists of several parts joined by dots. The first part
# is always the name of a map. The second part is either the name of an action,
# or the name of a field. Field names are lowercase, and action names are mixed
# case. The final part of the key may be a platform.
#
#
# Maps
# ----
#
# The map names in this properties file refer to views within the ZCS web 
# client. The following are valid map names:
#
#    global					applies to all views
#    compose				a form for creating a new message
#    mail					a list of mail messages or conversations
#    conversation			a single conversation, which is a list of mail messages,
#							with the content of a message displayed in the reading pane
#    message				the content of a single mail message
#    contacts				a set of contacts
#    editContact			a form for creating or editing a contact
#    calendar				any of several calendar views (week, month, etc)
#    editAppointment		a form for creating or editing an appointment
#    options				a set of tabs for changing personal settings
#    mixed					a view of different types of items (eg Trash)
#    notebook				the wiki application
#    voicemail				a list of voicemail messages
#    call					a list of phone calls
#    address				an address bubble
#
# Actions
# -------
#
# An action is an event triggered by a shortcut. It is what the shortcut
# does. Most of the time, the action invoked by a web client shortcut emulates
# something that could have been done using the mouse, for example by clicking
# on a particular button. To see what actions are available and what each action does,
# check the documentation section below. 
#
# The action "INHERIT" has special meaning. When it is used, the name of a
# map is given rather than a key sequence. The current map will copy all the
# shortcuts of the given map, and then may add or override those shortcuts.
# In general, you probably do not want to change the "INHERIT" properties.
#
# To define a shortcut that applies only on a particular platform (Windows,
# Macintosh, or Linux), add a platform identifier to the action. The platform
# identifier can be one of:
#
#    win mac linux
#
# For example:
#
#    compose.Send.display.mac = Ctrl+Enter; Ctrl+S
#    compose.Send.keycode.mac = Ctrl+13; Ctrl+83
#    
# Key Sequences (shortcuts)
# -------------
#
# A key sequence is a set of one or more keys that triggers an action. Each
# key in the sequence may have a modifier (such as the Control or Shift key).
# Most key sequences consist of just one key. The keys in multiple-key
# sequences are separated with a comma. The next key in a sequence must be
# struck within a short time for the sequence to continue.
#
# The following are valid modifiers:
#
#    Ctrl Alt Shift Meta
#
# To add a modifier to a key, specify the modifier, then a plus sign, then the
# key. For example: Ctrl+C. If you want to add more than one modifier, use
# another plus sign. For example: Ctrl+Shift+O.
#
# If you want to have more than one shortcut for the same action, use a 
# semicolon (and optional space) to separate the shortcuts. For example, to
# specify three different shortcuts for the global action Foo:
#
#    global.Foo.display		= A; B; C 
#    global.Foo.keycode		= 65; 66; 67
# 
# Key sequences have no notion of upper case or lower case. They map to what
# you see on your keyboard (for example, a "T"), rather than the character it
# produces when you strike it (a "t"). To specify a keystroke that requires the
# Shift key, you must use the Shift modifier. For example, to specify the "@"
# key, you'd use: Shift+2.
#
# Each letter, number, and non-shifted printable character represents itself:
#
#    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9
#    ` - = [ ] ' . /
#
# Non-printable keys are specified with special names. The following special
# names are available:
#
#    Home End Esc Del Backspace Enter ArrowUp ArrowDown ArrowLeft ArrowRight Space
#
#
# Documentation
# -------------
#
# Maps and actions can be documented by appending ".description" to the map
# name or the action and using that as a property name. The descriptive
# text is the property's value. The descriptions below show up as content in
# the Shortcuts tab on the Options page.
#
# The "sort" field sets the sorting order among either map names or among
# the actions within a map, from low to high. There are gaps so that
# properties may be inserted and given a sort order without having to
# change the order of other properties.


# Map: global

global.description = All Applications
global.sort = 10000

global.Assistant.display = `
global.Assistant.keycode = 192
global.Assistant.description = Zimbra Assistant
global.Assistant.sort = 10230

global.Cancel.display = Esc
global.Cancel.keycode = 27
global.Cancel.description = Close
global.Cancel.sort = 10220

global.Delete.display = Del; Backspace
global.Delete.keycode = 8; 46
global.Delete.description = Delete item(s)
global.Delete.sort = 10210

global.FocusContentPane.display = Ctrl+/
global.FocusContentPane.keycode = Ctrl+191
global.FocusContentPane.description = Focus content pane
global.FocusContentPane.sort = 10280

global.FocusSearchBox.display = /
global.FocusSearchBox.keycode = 191
global.FocusSearchBox.description = Focus search box
global.FocusSearchBox.sort = 10270

global.FocusToolbar.display = Ctrl+Y
global.FocusToolbar.keycode = Ctrl+89
global.FocusToolbar.description = Focus toolbar
global.FocusToolbar.sort = 10275

global.FocusWebSearchBox.display = Alt+/
global.FocusWebSearchBox.keycode = Alt+191
global.FocusWebSearchBox.description = Focus web search box
global.FocusWebSearchBox.sort = 10277

global.GoToCalendar.display = G,C
global.GoToCalendar.keycode = 71,67
global.GoToCalendar.description = Go to Calendar
global.GoToCalendar.sort = 10030

global.GoToContacts.display = G,A
global.GoToContacts.keycode = 71,65
global.GoToContacts.description = Go to Contacts
global.GoToContacts.sort = 10020

global.GoToMail.display = G,M
global.GoToMail.keycode = 71,77
global.GoToMail.description = Go to Mail
global.GoToMail.sort = 10010

global.GoToNotebook.display = G,D
global.GoToNotebook.keycode = 71,68
global.GoToNotebook.description = Go to Documents
global.GoToNotebook.sort = 10060

global.GoToBriefcase.display = G,B
global.GoToBriefcase.keycode = 71,66
global.GoToBriefcase.description = Go to Briefcase
global.GoToBriefcase.sort = 10070

global.GoToOptions.display = G,P
global.GoToOptions.keycode = 71,80
global.GoToOptions.description = Go to Preferences
global.GoToOptions.sort = 10050

global.GoToTasks.display = G,T
global.GoToTasks.keycode = 71,84
global.GoToTasks.description = Go to Tasks
global.GoToTasks.sort = 10035

global.GoToVoice.display = G,V
global.GoToVoice.keycode = 71,86
global.GoToVoice.description = Go to Voice
global.GoToVoice.sort = 10015

global.Move.display = M; M,M
global.Move.keycode = 77; 77,77
global.Move.description = Move item(s)
global.Move.sort = 10235

global.New.display = N
global.New.keycode = 78
global.New.description = New item
global.New.sort = 10070

global.NewAppointment.display = N,A
global.NewAppointment.keycode = 78,65
global.NewAppointment.description = New appointment
global.NewAppointment.sort = 10110

global.NewCalendar.display = N,L
global.NewCalendar.keycode = 78,76
global.NewCalendar.description = New calendar
global.NewCalendar.sort = 10120

global.NewChat.display = N,H
global.NewChat.keycode = 78,72
global.NewChat.description = New chat
global.NewChat.sort = 10117

global.NewContact.display = N,C
global.NewContact.keycode = 78,67
global.NewContact.description = New contact
global.NewContact.sort = 10100

global.NewFolder.display = N,F
global.NewFolder.keycode = 78,70
global.NewFolder.description = New folder
global.NewFolder.sort = 10150

global.NewMessage.display = N,M; C
global.NewMessage.keycode = 78,77; 67
global.NewMessage.description = Compose
global.NewMessage.sort = 10080

global.NewMessageWindow.display = Shift+C
global.NewMessageWindow.keycode = Shift+67
global.NewMessageWindow.description = Compose in new window
global.NewMessageWindow.sort = 10090

global.NewNotebook.display = N,W
global.NewNotebook.keycode = 78,87
global.NewNotebook.description = New notebook
global.NewNotebook.sort = 10140

global.NewPage.display = N,P
global.NewPage.keycode = 78,80
global.NewPage.description = New notebook page
global.NewPage.sort = 10130

global.NewDocument.display = N,D
global.NewDocument.keycode = 78,68
global.NewDocument.description = New document
global.NewDocument.sort = 10135

global.NewRosterItem.display = N,B
global.NewRosterItem.keycode = 78,66
global.NewRosterItem.description = New buddy
global.NewRosterItem.sort = 10125

global.NewTag.display = N,T
global.NewTag.keycode = 78,84
global.NewTag.description = New tag
global.NewTag.sort = 10160

global.NewTask.display = N,K
global.NewTask.keycode = 78,75
global.NewTask.description = New task
global.NewTask.sort = 10115

global.NextPage.display = Ctrl+ArrowRight
global.NextPage.keycode = Ctrl+39
global.NextPage.description = Next page
global.NextPage.sort = 10170

global.PreviousPage.display = Ctrl+ArrowLeft
global.PreviousPage.keycode = Ctrl+37
global.PreviousPage.description = Previous page
global.PreviousPage.sort = 10180

global.Print.display = P
global.Print.keycode = 80
global.Print.description = Print
global.Print.sort = 10190


global.QuickReminder.display = !
global.QuickReminder.keycode = Shift+49
global.QuickReminder.description = Quick Reminder
global.QuickReminder.sort = 10230


global.SavedSearch.display = S
global.SavedSearch.keycode = 83
global.SavedSearch.description = Run a saved search
global.SavedSearch.sort = 10260

global.SelectAll.display = Ctrl+Shift+A
global.SelectAll.keycode = Ctrl+Shift+65
global.SelectAll.description = Select all search results
global.SelectAll.sort = 10270

global.Shortcuts.display = Ctrl+Q;Shift+/
global.Shortcuts.keycode = Ctrl+81;Shift+191
global.Shortcuts.description = Show shortcuts
global.Shortcuts.sort = 10270

global.Tag.display = T
global.Tag.keycode = 84
global.Tag.description = Tag item(s)
global.Tag.sort = 10250

global.Untag.display = U
global.Untag.keycode = 85
global.Untag.description = Remove tags
global.Untag.sort = 10255

global.Visit.display = V
global.Visit.keycode = 86
global.Visit.description = Go to (visit) folder
global.Visit.sort = 10233

global.VisitTag.display = V,V
global.VisitTag.keycode = 86,86
global.VisitTag.description = Go to (visit) tag
global.VisitTag.sort = 10234

# Map: mail

#L10N_IGNORE_BLOCK_BEGIN
mail.INHERIT = global
#L10N_IGNORE_BLOCK_END
mail.description = Mail
mail.sort = 20000

mail.DoubleClick.display = Enter
mail.DoubleClick.keycode = 13
mail.DoubleClick.description = Open message
mail.DoubleClick.sort = 20060

mail.FirstUnread.display = Shift+[
mail.FirstUnread.keycode = Shift+219
mail.FirstUnread.description = First unread
mail.FirstUnread.sort = 20194

mail.Flag.display = M,F
mail.Flag.keycode = 77,70
mail.Flag.description = Flag/Unflag messages
mail.Flag.sort = 20090

mail.Forward.display = F
mail.Forward.keycode = 70
mail.Forward.description = Forward message
mail.Forward.sort = 20170

mail.GetMail.display = =
mail.GetMail.keycode = 61; 187
mail.GetMail.description = Get Mail
mail.GetMail.sort = 20005

mail.GoToDrafts.display = V,D
mail.GoToDrafts.keycode = 86,68
mail.GoToDrafts.description = Drafts
mail.GoToDrafts.sort = 20020

mail.GoToInbox.display = I; V,I
mail.GoToInbox.keycode = 73; 86,73
mail.GoToInbox.description = Inbox
mail.GoToInbox.sort = 20010

mail.GoToJunk.display = V,J
mail.GoToJunk.keycode = 86,74
mail.GoToJunk.description = Junk
mail.GoToJunk.sort = 20025

mail.GoToSent.display = V,S
mail.GoToSent.keycode = 86,83
mail.GoToSent.description = Sent
mail.GoToSent.sort = 20030

mail.GoToTrash.display = V,T
mail.GoToTrash.keycode = 86,84
mail.GoToTrash.description = Trash
mail.GoToTrash.sort = 20040

mail.LastUnread.display = Shift+]
mail.LastUnread.keycode = Shift+221
mail.LastUnread.description = Last unread
mail.LastUnread.sort = 20192

mail.MarkRead.display = M,R; Z
mail.MarkRead.keycode = 77,82; 90
mail.MarkRead.description = Mark read
mail.MarkRead.sort = 20070

mail.MarkUnread.display = M,U; X
mail.MarkUnread.keycode = 77,85; 88
mail.MarkUnread.description = Mark unread
mail.MarkUnread.sort = 20080

mail.MoveToInbox.display = .,I
mail.MoveToInbox.keycode = 190,73
mail.MoveToInbox.description = Move to Inbox
mail.MoveToInbox.sort = 20130

mail.MoveToTrash.display = .,T
mail.MoveToTrash.keycode = 190,84
mail.MoveToTrash.description = Move to Trash
mail.MoveToTrash.sort = 20110

mail.NextUnread.display = ]
mail.NextUnread.keycode = 221
mail.NextUnread.description = Next unread
mail.NextUnread.sort = 20190

mail.PreviousUnread.display = [
mail.PreviousUnread.keycode = 219
mail.PreviousUnread.description = Previous unread
mail.PreviousUnread.sort = 20180

mail.ReadingPaneAtBottom.display = M,P,B
mail.ReadingPaneAtBottom.keycode = 77,80,66
mail.ReadingPaneAtBottom.description = Reading pane at bottom
mail.ReadingPaneAtBottom.sort = 20220

mail.ReadingPaneOff.display = M,P,O
mail.ReadingPaneOff.keycode = 77,80,79
mail.ReadingPaneOff.description = Turn off reading pane
mail.ReadingPaneOff.sort = 20226

mail.ReadingPaneOnRight.display = M,P,R
mail.ReadingPaneOnRight.keycode = 77,80,82
mail.ReadingPaneOnRight.description = Reading pane on right
mail.ReadingPaneOnRight.sort = 20223

mail.Reply.display = R
mail.Reply.keycode = 82
mail.Reply.description = Reply
mail.Reply.sort = 20150

mail.ReplyAll.display = A
mail.ReplyAll.keycode = 65
mail.ReplyAll.description = Reply all
mail.ReplyAll.sort = 20160

mail.SelectNext.display = Space; J
mail.SelectNext.keycode = 32; 74
mail.SelectNext.repeat = true
mail.SelectNext.description = Select next item
mail.SelectNext.sort = 20172

mail.SelectPrevious.display = K
mail.SelectPrevious.keycode = 75
mail.SelectPrevious.repeat = true
mail.SelectPrevious.description = Select previous item
mail.SelectPrevious.sort = 20174

mail.ShowFragment.display = Q
mail.ShowFragment.keycode = 81
mail.ShowFragment.description = Show snippet
mail.ShowFragment.sort = 20230

mail.Spam.display = M,S
mail.Spam.keycode = 77,83
mail.Spam.description = Report (mark as) spam
mail.Spam.sort = 20100

mail.Undo.display = Ctrl+Z
mail.Undo.keycode = Ctrl+90
mail.Undo.description = Undo
mail.Undo.sort = 20300

mail.ViewByConversation.display = V,C
mail.ViewByConversation.keycode = 86,67
mail.ViewByConversation.description = Conversation view
mail.ViewByConversation.sort = 20200

mail.ViewByMessage.display = V,M
mail.ViewByMessage.keycode = 86,77
mail.ViewByMessage.description = Message view
mail.ViewByMessage.sort = 20210

# Map: conversationList

#L10N_IGNORE_BLOCK_BEGIN
conversationList.INHERIT = mail
#L10N_IGNORE_BLOCK_END
conversationList.description = Conversation List View
conversationList.sort = 25000

conversationList.Collapse.display = ArrowLeft
conversationList.Collapse.keycode = 37
conversationList.Collapse.description = Collapse conversation
conversationList.Collapse.sort = 25020

conversationList.CollapseAll.display = Ctrl+O
conversationList.CollapseAll.keycode = Ctrl+79
conversationList.CollapseAll.description = Collapse all conversations
conversationList.CollapseAll.sort = 25036

conversationList.Expand.display = ArrowRight
conversationList.Expand.keycode = 39
conversationList.Expand.description = Expand conversation
conversationList.Expand.sort = 25010

conversationList.ExpandAll.display = Shift+O
conversationList.ExpandAll.keycode = Shift+79
conversationList.ExpandAll.description = Expand all conversations
conversationList.ExpandAll.sort = 25032

conversationList.FirstUnreadMsg.display = Shift+Ctrl+[
conversationList.FirstUnreadMsg.keycode = Shift+Ctrl+219
conversationList.FirstUnreadMsg.description = Select first unread message
conversationList.FirstUnreadMsg.sort = 25060

conversationList.LastUnreadMsg.display = Shift+Ctrl+]
conversationList.LastUnreadMsg.keycode = Shift+Ctrl+221
conversationList.LastUnreadMsg.description = Select last unread message
conversationList.LastUnreadMsg.sort = 25070

conversationList.NextUnreadMsg.display = Ctrl+]
conversationList.NextUnreadMsg.keycode = Ctrl+221
conversationList.NextUnreadMsg.description = Select next unread message
conversationList.NextUnreadMsg.sort = 25050

conversationList.PreviousUnreadMsg.display = Ctrl+[
conversationList.PreviousUnreadMsg.keycode = Ctrl+219
conversationList.PreviousUnreadMsg.description = Select previous unread message
conversationList.PreviousUnreadMsg.sort = 25040

conversationList.Toggle.display = O
conversationList.Toggle.keycode = 79
conversationList.Toggle.description = Expand/collapse conversation
conversationList.Toggle.sort = 25030


# Map: compose

compose.description = Compose
compose.sort = 30000

compose.AddressPicker.display = Ctrl+G
compose.AddressPicker.keycode = Ctrl+71
compose.AddressPicker.description = Search for addresses
compose.AddressPicker.sort = 30050

compose.Attachment.display = Ctrl+M
compose.Attachment.keycode = Ctrl+77
compose.Attachment.description = Add attachment
compose.Attachment.sort = 30040

compose.Cancel.display = Esc
compose.Cancel.keycode = 27
compose.Cancel.description = Cancel
compose.Cancel.sort = 30020

compose.HtmlFormat.display = Ctrl+H
compose.HtmlFormat.keycode = Ctrl+72
compose.HtmlFormat.description = HTML/text format
compose.HtmlFormat.sort = 30060

compose.NewWindow.display = Ctrl+D
compose.NewWindow.keycode = Ctrl+68
compose.NewWindow.description = Detach into new window
compose.NewWindow.sort = 30080

compose.Save.display = Ctrl+S
compose.Save.keycode = Ctrl+83
compose.Save.description = Save draft
compose.Save.sort = 30030

compose.Send.display = Ctrl+Enter
compose.Send.keycode = Ctrl+13
compose.Send.description = Send
compose.Send.sort = 30010

compose.Shortcuts.display = Ctrl+Q
compose.Shortcuts.keycode = Ctrl+81
compose.Shortcuts.description = Show shortcuts
compose.Shortcuts.sort = 10270

compose.Spellcheck.display = Alt+X
compose.Spellcheck.display.mac = Ctrl+X
compose.Spellcheck.keycode = Alt+88
compose.Spellcheck.keycode.mac = Ctrl+88
compose.Spellcheck.description = Spellcheck
compose.Spellcheck.sort = 30070

# Map: conversation

#L10N_IGNORE_BLOCK_BEGIN
conversation.INHERIT = mail
#L10N_IGNORE_BLOCK_END
conversation.description = Conversation View
conversation.sort = 40000

conversation.NextConversation.display = Shift+ArrowRight
conversation.NextConversation.keycode = Shift+39
conversation.NextConversation.description = Next conversation
conversation.NextConversation.sort = 40010

conversation.PreviousConversation.display = Shift+ArrowLeft
conversation.PreviousConversation.keycode = Shift+37
conversation.PreviousConversation.description = Previous conversation
conversation.PreviousConversation.sort = 40020

# Map: message

#L10N_IGNORE_BLOCK_BEGIN
message.INHERIT = mail
#L10N_IGNORE_BLOCK_END

# Map: contacts

#L10N_IGNORE_BLOCK_BEGIN
contacts.INHERIT = global
#L10N_IGNORE_BLOCK_END
contacts.description = Address Book
contacts.sort = 50000

contacts.Edit.display = E
contacts.Edit.keycode = 69
contacts.Edit.description = Edit
contacts.Edit.sort = 50010

contacts.PrintAll.display = P,A
contacts.PrintAll.keycode = 80,65
contacts.PrintAll.description = Print address book
contacts.PrintAll.sort = 50020

# Map: editContact

editContact.description = Edit Contact
editContact.sort = 60000

editContact.Cancel.display = Esc
editContact.Cancel.keycode = 27
editContact.Cancel.description = Cancel
editContact.Cancel.sort = 60020

editContact.Save.display = Ctrl+S
editContact.Save.keycode = Ctrl+83
editContact.Save.description = Save
editContact.Save.sort = 60010

# Map: calendar

#L10N_IGNORE_BLOCK_BEGIN
calendar.INHERIT = global
#L10N_IGNORE_BLOCK_END
calendar.description = Calendar
calendar.sort = 70000

calendar.Cancel.display = Esc
calendar.Cancel.keycode = 27
calendar.Cancel.description = Close
calendar.Cancel.sort = 70100

calendar.DayView.display = D; 1
calendar.DayView.keycode = 68; 49
calendar.DayView.description = Day view
calendar.DayView.sort = 70050

calendar.Edit.display = E
calendar.Edit.keycode = 69
calendar.Edit.description = Edit appointment
calendar.Edit.sort = 70010

calendar.Copy.display = Ctrl+C
calendar.Copy.keycode = Ctrl+67
calendar.Copy.description = Copy appointment
calendar.Copy.sort = 70110

calendar.FBView.display = F; 2
calendar.FBView.keycode = 70; 50
calendar.FBView.description = Free/Busy view
calendar.FBView.sort = 70096

calendar.Paste.display = Ctrl+V
calendar.Paste.keycode = Ctrl+86
calendar.Paste.description = Paste appointment
calendar.Paste.sort = 70120

calendar.CalListView.display = L; 9
calendar.CalListView.keycode = 76; 57
calendar.CalListView.description = List view
calendar.CalListView.sort = 70082

calendar.MonthView.display = M; 3
calendar.MonthView.keycode = 77; 51
calendar.MonthView.description = Month view
calendar.MonthView.sort = 70080

calendar.QuickAdd.display = Q
calendar.QuickAdd.keycode = 81
calendar.QuickAdd.description = Quick appointment creation
calendar.QuickAdd.sort = 70020

calendar.Refresh.display = R
calendar.Refresh.keycode = 82
calendar.Refresh.description = Refresh
calendar.Refresh.sort = 70030

calendar.ScheduleView.display = S; 0
calendar.ScheduleView.keycode = 83; 48
calendar.ScheduleView.description = Scheduling view
calendar.ScheduleView.sort = 70090

calendar.Today.display = Y
calendar.Today.keycode = 89
calendar.Today.description = Go to today
calendar.Today.sort = 70040

calendar.WeekView.display = W; 7
calendar.WeekView.keycode = 87; 55
calendar.WeekView.description = Week view
calendar.WeekView.sort = 70060

calendar.WorkWeekView.display = W,W; 5
calendar.WorkWeekView.keycode = 87,87; 53
calendar.WorkWeekView.description = Work week view
calendar.WorkWeekView.sort = 70070

# Map: editAppointment

#L10N_IGNORE_BLOCK_BEGIN
editAppointment.INHERIT = tabView
#L10N_IGNORE_BLOCK_END
editAppointment.description = Edit Appointment
editAppointment.sort = 80000

editAppointment.Cancel.display = Esc
editAppointment.Cancel.keycode = 27
editAppointment.Cancel.description = Cancel
editAppointment.Cancel.sort = 80020

editAppointment.HtmlFormat.display = Ctrl+H
editAppointment.HtmlFormat.keycode = Ctrl+72
editAppointment.HtmlFormat.description = HTML/text format
editAppointment.HtmlFormat.sort = 80040

editAppointment.Save.display = Ctrl+S
editAppointment.Save.keycode = Ctrl+83
editAppointment.Save.description = Save
editAppointment.Save.sort = 80010

editAppointment.Shortcuts.display = Ctrl+Q
editAppointment.Shortcuts.keycode = Ctrl+81
editAppointment.Shortcuts.description = Show shortcuts
editAppointment.Shortcuts.sort = 10270

# Map: options

#L10N_IGNORE_BLOCK_BEGIN
options.INHERIT = global,tabView
#L10N_IGNORE_BLOCK_END
options.description = Preferences
options.sort = 90000

options.Save.display = Ctrl+S
options.Save.keycode = Ctrl+83
options.Save.description = Save
options.Save.sort = 90010

# Map: mixed

#L10N_IGNORE_BLOCK_BEGIN
mixed.INHERIT = global
#L10N_IGNORE_BLOCK_END

mixed.DoubleClick.display = O
mixed.DoubleClick.keycode = 79

# Map: notebook

#L10N_IGNORE_BLOCK_BEGIN
notebook.INHERIT = global
#L10N_IGNORE_BLOCK_END
notebook.description = Documents
notebook.sort = 100000

notebook.Edit.display = E
notebook.Edit.keycode = 69
notebook.Edit.description = Edit
notebook.Edit.sort = 100010

notebook.Refresh.display = R
notebook.Refresh.keycode = 82
notebook.Refresh.description = Refresh
notebook.Refresh.sort = 100020

# Map: tasks

#L10N_IGNORE_BLOCK_BEGIN
tasks.INHERIT = global
#L10N_IGNORE_BLOCK_END
tasks.description = Tasks
tasks.sort = 105000

tasks.MarkComplete.display = M,C
tasks.MarkComplete.keycode = 77,67
tasks.MarkComplete.description = Mark completed
tasks.MarkComplete.sort = 105010

tasks.MarkUncomplete.display = M,U
tasks.MarkUncomplete.keycode = 77,85
tasks.MarkUncomplete.description = Mark not completed
tasks.MarkUncomplete.sort = 105020

tasks.ReadingPaneAtBottom.display = M,P,B
tasks.ReadingPaneAtBottom.keycode = 77,80,66
tasks.ReadingPaneAtBottom.description = Reading pane at bottom
tasks.ReadingPaneAtBottom.sort = 105030

tasks.ReadingPaneOff.display = M,P,O
tasks.ReadingPaneOff.keycode = 77,80,79
tasks.ReadingPaneOff.description = Turn off reading pane
tasks.ReadingPaneOff.sort = 105036

tasks.ReadingPaneOnRight.display = M,P,R
tasks.ReadingPaneOnRight.keycode = 77,80,82
tasks.ReadingPaneOnRight.description = Reading pane on right
tasks.ReadingPaneOnRight.sort = 105033

# Map: editTask

editTask.description = Edit Task
editTask.sort = 106000

editTask.Cancel.display = Esc
editTask.Cancel.keycode = 27
editTask.Cancel.description = Cancel
editTask.Cancel.sort = 106020

editTask.Save.display = Ctrl+S
editTask.Save.keycode = Ctrl+83
editTask.Save.description = Save
editTask.Save.sort = 106010

# Map: briefcase

#L10N_IGNORE_BLOCK_BEGIN
briefcase.INHERIT = global
#L10N_IGNORE_BLOCK_END
briefcase.description = Briefcase
briefcase.sort = 107000

briefcase.ReadingPaneAtBottom.display = M,P,B
briefcase.ReadingPaneAtBottom.keycode = 77,80,66
briefcase.ReadingPaneAtBottom.description = Reading pane at bottom
briefcase.ReadingPaneAtBottom.sort = 107010

briefcase.ReadingPaneOff.display = M,P,O
briefcase.ReadingPaneOff.keycode = 77,80,79
briefcase.ReadingPaneOff.description = Turn off reading pane
briefcase.ReadingPaneOff.sort = 107016

briefcase.ReadingPaneOnRight.display = M,P,R
briefcase.ReadingPaneOnRight.keycode = 77,80,82
briefcase.ReadingPaneOnRight.description = Reading pane on right
briefcase.ReadingPaneOnRight.sort = 107013

# Map: voicemail

#L10N_IGNORE_BLOCK_BEGIN
voicemail.INHERIT = global
#L10N_IGNORE_BLOCK_END
voicemail.description = Voice Mail View
voicemail.sort = 45000

voicemail.CallManager.display = C
voicemail.CallManager.keycode = 67
voicemail.CallManager.description = Call Manager
voicemail.CallManager.sort = 45050

voicemail.Download.display = S
voicemail.Download.keycode = 83
voicemail.Download.description = Download message
voicemail.Download.sort = 45045

voicemail.Forward.display = F
voicemail.Forward.keycode = 70
voicemail.Forward.description = Forward as email
voicemail.Forward.sort = 45030

voicemail.MarkHeard.display = M,H
voicemail.MarkHeard.keycode = 77,72
voicemail.MarkHeard.description = Mark heard
voicemail.MarkHeard.sort = 45060

voicemail.MarkUnheard.display = M,U
voicemail.MarkUnheard.keycode = 77,85
voicemail.MarkUnheard.description = Mark unheard
voicemail.MarkUnheard.sort = 45070

voicemail.Play.display = Enter
voicemail.Play.keycode = 13
voicemail.Play.description = Play
voicemail.Play.sort = 45005

voicemail.Print.display = P
voicemail.Print.keycode = 80
voicemail.Print.description = Print
voicemail.Print.sort = 45010

voicemail.Reply.display = R
voicemail.Reply.keycode = 82
voicemail.Reply.description = Reply by email
voicemail.Reply.sort = 45020

# Map: call

#L10N_IGNORE_BLOCK_BEGIN
call.INHERIT = global
#L10N_IGNORE_BLOCK_END
call.description = Call List View
call.sort = 46000

call.CallManager.display = C
call.CallManager.keycode = 67
call.CallManager.description = Call Manager
call.CallManager.sort = 46050

call.Print.display = P
call.Print.keycode = 80
call.Print.description = Print
call.Print.sort = 46010

# Map: address

#L10N_IGNORE_BLOCK_BEGIN
address.INHERIT = compose
#L10N_IGNORE_BLOCK_END
address.description = Address Bubble
address.sort = 30100

address.Delete.display = Del; Backspace
address.Delete.keycode = 8; 46
address.Delete.description = Delete selected addresses
address.Delete.sort = 30110

address.SelectNext.display = ArrowRight
address.SelectNext.keycode = 39
address.SelectNext.description = Select next address
address.SelectNext.sort = 30120

address.SelectPrevious.display = ArrowLeft
address.SelectPrevious.keycode = 37
address.SelectPrevious.description = Select previous address
address.SelectPrevious.sort = 30130