]> git.lyx.org Git - lyx.git/blob - lib/ui/stdcontext.inc
Add negmedspace and negthickspace to context menu
[lyx.git] / lib / ui / stdcontext.inc
1 # -*- text -*-
2
3 # file stdcontext.inc
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author The LyX Team
8
9 # Full author contact details are available in file CREDITS.
10
11 # The interface is designed (partially) following the KDE Human Interface
12 # Guidelines (http://techbase.kde.org/Projects/Usability/HIG)
13
14 # Casing Rules:
15 # Capitalize all words in the element, with the following exceptions: 
16 # * Articles: a, an, the. 
17 # * Conjunctions: and, but, for, not, so, yet ...  
18 # * Prepositions of three or fewer letters: at, for, by, in, to ...
19 #   (except when the preposition is part of a verb phrase, such as "Check In")
20 # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
21
22 Format 5
23
24 Menuset
25
26 #
27 # InsetMath context menu
28 #
29         Menu "insert_math_context"
30                 Item "Array Environment|y" "math-matrix 2 2"
31                 Item "Cases Environment|C" "math-insert \cases"
32                 Item "Aligned Environment|l" "command-sequence math-insert \aligned; tabular-feature append-column"
33                 Item "AlignedAt Environment|v" "command-sequence math-insert \alignedat; tabular-feature append-column"
34                 Item "Gathered Environment|h" "math-insert \gathered"
35                 Item "Split Environment|S" "command-sequence math-insert \split; tabular-feature append-column"
36                 Separator
37                 Item "Delimiters...|r" "dialog-show mathdelimiter"
38                 Item "Matrix...|x" "dialog-show mathmatrix"
39                 Item "Macro|o" "math-macro newmacroname newcommand"
40         End
41
42         Menu "ams_environment"
43                 Item "AMS align Environment|a" "math-mutate align"
44                 Item "AMS alignat Environment|t" "math-mutate alignat"
45                 Item "AMS flalign Environment|f" "math-mutate flalign"
46                 Item "AMS gather Environment|g" "math-mutate gather"
47                 Item "AMS multline Environment|m" "math-mutate multline"
48         End
49
50         Menu "context-math"
51                 Item "Inline Formula|I" "math-mutate simple"
52                 Item "Displayed Formula|D" "math-mutate equation"
53                 Item "Eqnarray Environment|E" "math-mutate eqnarray"
54                 Submenu "AMS Environment|A" "ams_environment"
55                 Separator
56                 OptItem "Number Whole Formula|N" "math-number-toggle"
57                 OptItem "Number This Line|u" "math-number-line-toggle"
58                 OptItem "Equation Label|L" "label-insert"
59                 OptItem "Copy as Reference|R" "label-copy-as-reference"
60                 Separator
61                 OptItem "Cut" "cut"
62                 OptItem "Copy" "copy"
63                 OptItem "Paste" "paste"
64                 OptSubmenu "Paste Recent|e" "edit_pasterecent"
65                 Separator
66                 Submenu "Insert|s" "insert_math_context"
67                 Separator
68                 Item "Split Cell|C" "cell-split"
69                 OptSubmenu "Rows & Columns| " "edit_tabular_features"
70                 OptItem "Add Line Above|o" "tabular-feature add-hline-above"
71                 OptItem "Add Line Below|B" "tabular-feature add-hline-below"
72                 OptItem "Delete Line Above|v" "tabular-feature delete-hline-above"
73                 OptItem "Delete Line Below|w" "tabular-feature delete-hline-below"
74                 Separator
75                 OptItem "Add Line to Left" "tabular-feature add-vline-left"
76                 OptItem "Add Line to Right" "tabular-feature add-vline-right"
77                 OptItem "Delete Line to Left" "tabular-feature delete-vline-left"
78                 OptItem "Delete Line to Right" "tabular-feature delete-vline-right"
79                 Separator
80                 Item "Show Math Toolbar" "toolbar-toggle math toggle"
81                 Item "Show Math-Panels Toolbar" "toolbar-toggle math_panels toggle"
82                 Item "Show Table Toolbar" "toolbar-toggle table toggle"
83                 Separator
84                 Submenu "Use Computer Algebra System|m" "edit_math_extern"
85         End
86
87
88 #
89 # InsetRef context menu
90 #
91         Menu "context-ref"
92                 Item "Next Cross-Reference|N" "reference-next"
93                 Item "Go to Label|G" "label-goto"
94                 Separator
95                 Item "<Reference>|R" "inset-modify changetype ref"
96                 Item "(<Reference>)|e" "inset-modify changetype eqref"
97                 Item "<Page>|P" "inset-modify changetype pageref"
98                 Item "On Page <Page>|O" "inset-modify changetype vpageref"
99                 Item "<Reference> on Page <Page>|f" "inset-modify changetype vref"
100                 Item "Formatted Reference|t" "inset-modify changetype formatted"
101                 Item "Textual Reference|x" "inset-modify changetype nameref"
102                 Item "Label Only|L" "inset-modify changetype labelonly"
103                 Separator
104                 OptItem "Plural|a" "inset-modify ref toggle-plural"
105                 OptItem "Capitalize|C" "inset-modify ref toggle-caps"
106                 Item "No Prefix" "inset-modify ref toggle-noprefix"
107                 Separator
108                 Item "Settings...|S" "inset-settings"
109         End
110
111 #
112 # InsetLabel context menu
113 #
114         Menu "context-label"
115                 Item "Next Cross-Reference|N" "reference-next"
116                 Item "Go Back|G" "bookmark-goto 0"
117                 Separator
118                 Item "Copy as Reference|C" "label-copy-as-reference"
119                 Separator
120                 Item "Settings...|S" "inset-settings"
121         End
122
123
124 #
125 # InsetCitation context menu
126 #
127         Menu "context-citation"
128                 CiteStyles
129                 Separator
130                 Item "Settings...|S" "inset-settings"
131         End
132
133
134 #
135 # InsetBibtex context menu
136 #
137         Menu "context-bibtex"
138                 Item "Settings...|S" "inset-settings"
139                 Separator
140                 Item "Edit Database(s) Externally...|x" "inset-edit"
141         End
142
143 #
144 # InsetBibItem context menu
145 #
146         Menu "context-bibitem"
147                 Item "Settings...|S" "inset-settings"
148         End
149
150 #
151 # InsetCollapsible context menu
152 #
153         Menu "context-collapsible"
154                 OptItem "Open Inset|O" "inset-toggle open"
155                 OptItem "Close Inset|C" "inset-toggle close"
156                 Separator
157                 Item "Dissolve Inset|D" "inset-dissolve"
158                 OptItem "Settings...|S" "inset-settings"
159         End
160
161         Menu "context-conglomerate"
162                 Item "Show Label|L" "inset-toggle"
163                 Item "Dissolve Inset|D" "inset-dissolve charstyle"
164                 Separator
165                 OptItem "Settings...|S" "inset-settings"
166         End
167
168 #
169 # InsetArgument context menu
170 #
171
172         Menu "context-argument"
173                 Separator
174                 SwitchArguments
175         End
176
177         Menu "context-argument-conglomerate"
178                 Item "Show Label|L" "inset-toggle"
179                 Item "Dissolve Inset|D" "inset-dissolve"
180                 Separator
181                 SwitchArguments
182         End
183
184 #
185 # InsetBox context menu
186 #
187
188         Menu "context-box"
189                 Item "Frameless|l" "inset-modify changetype Frameless"
190                 Item "Simple Frame|F" "inset-modify changetype Boxed"
191                 Item "Simple Frame, Page Breaks|P" "inset-modify changetype Framed"
192                 Item "Oval, Thin|a" "inset-modify changetype ovalbox"
193                 Item "Oval, Thick|v" "inset-modify changetype Ovalbox"
194                 Item "Drop Shadow|w" "inset-modify changetype Shadowbox"
195                 Item "Shaded Background|B" "inset-modify changetype Shaded"
196                 Item "Double Frame|u" "inset-modify changetype Doublebox"
197         End
198
199
200 #
201 # InsetCaption context menu
202 #
203         Menu "context-caption"
204                 SwitchCaptions
205         End
206
207
208 #
209 # InsetNote context menu
210 #
211
212         Menu "context-note"
213                 Item "LyX Note|N" "inset-modify note Note Note"
214                 Item "Comment|m" "inset-modify note Note Comment"
215                 Item "Greyed Out|G" "inset-modify note Note Greyedout"
216                 Separator
217                 Item "Open All Notes|A" "inset-forall Note inset-toggle open"
218                 Item "Close All Notes|l" "inset-forall Note inset-toggle close"
219         End
220
221 #
222 # InsetPhantom context menu
223 #
224
225         Menu "context-phantom"
226                 Item "Phantom|P" "inset-modify phantom Phantom Phantom"
227                 Item "Horizontal Phantom|H" "inset-modify phantom Phantom HPhantom"
228                 Item "Vertical Phantom|V" "inset-modify phantom Phantom VPhantom"
229         End
230
231
232 #
233 # InsetQuotes context menu
234 #
235         Menu "context-quote"
236                 SwitchQuotes
237         End
238
239 #
240 # InsetSpace context menu
241 #
242         Menu "context-space"
243                 Item "Interword Space|w" "inset-modify space \space{}"
244                 Item "Protected Space|o" "inset-modify space ~"
245                 Item "Visible Space|a" "inset-modify space \textvisiblespace{}"
246                 Item "Thin Space|T" "inset-modify space \thinspace{}"
247                 Item "Negative Thin Space|N" "inset-modify space \negthinspace{}"
248                 Item "Negative Medium Space|v" "inset-modify space \negmedspace{}"
249                 Item "Negative Thick Space|h" "inset-modify space \negthickspace{}"
250                 Item "Half Quad Space (Enskip)|k" "inset-modify space \enskip{}"
251                 Item "Protected Half Quad Space (Enspace)|E" "inset-modify space \enspace{}"
252                 Item "Quad Space|Q" "inset-modify space \quad{}"
253                 Item "Double Quad Space|u" "inset-modify space \qquad{}"
254                 Item "Horizontal Fill|F" "inset-modify space \hfill{}"
255                 Item "Protected Horizontal Fill|i" "inset-modify space \hspace*{\fill}"
256                 Item "Horizontal Fill (Dots)|D" "inset-modify space \dotfill{}"
257                 Item "Horizontal Fill (Rule)|R" "inset-modify space \hrulefill{}"
258                 Item "Horizontal Fill (Left Arrow)|L" "inset-modify space \leftarrowfill{}"
259                 Item "Horizontal Fill (Right Arrow)|g" "inset-modify space \rightarrowfill{}"
260                 Item "Horizontal Fill (Up Brace)|p" "inset-modify space \upbracefill{}"
261                 Item "Horizontal Fill (Down Brace)|B" "inset-modify space \downbracefill{}"
262                 Item "Custom Length|C" "command-sequence inset-modify space \hspace{}; inset-settings"
263                 Separator
264                 Item "Settings...|S" "inset-settings"
265         End
266
267 #
268 # InsetMathSpace context menu
269 #
270         Menu "context-mathspace"
271                 Item "Thin Space|T" "inset-modify mathspace \thinspace{}"
272                 Item "Medium Space|M" "inset-modify mathspace \medspace{}"
273                 Item "Thick Space|h" "inset-modify mathspace \thickspace{}"
274                 Item "Negative Thin Space|N" "inset-modify mathspace \negthinspace{}"
275                 Item "Negative Medium Space|u" "inset-modify mathspace \negmedspace{}"
276                 Item "Negative Thick Space|i" "inset-modify mathspace \negthickspace{}"
277                 Item "Half Quad Space (Enskip)|k" "inset-modify mathspace \enskip{}"
278                 Item "Quad Space|Q" "inset-modify mathspace \quad{}"
279                 Item "Double Quad Space|u" "inset-modify mathspace \qquad{}"
280                 Item "Custom Length|C" "command-sequence inset-modify mathspace \hspace{} \length 1in; inset-settings"
281                 Separator
282                 Item "Settings...|S" "inset-settings"
283         End
284
285 #
286 # InsetVSpace context menu
287 #
288         Menu "context-vspace"
289                 Item "DefSkip|D" "inset-modify vspace defskip"
290                 Item "SmallSkip|S" "inset-modify vspace smallskip"
291                 Item "MedSkip|M" "inset-modify vspace medskip"
292                 Item "BigSkip|B" "inset-modify vspace bigskip"
293                 Item "VFill|F" "inset-modify vspace vfill"
294                 Item "Custom|C" "command-sequence inset-modify vspace custom; inset-settings"
295                 Separator
296                 Item "Settings...|e" "inset-settings"
297         End
298
299 #
300 # InsetInclude context menu
301 #
302         Menu "context-include"
303                 Item "Include|c" "inset-modify changetype include"
304                 Item "Input|p" "inset-modify changetype input"
305                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
306                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
307                 Item "Listing|L" "inset-modify changetype lstinputlisting"
308                 Separator
309                 Item "Settings...|S" "inset-settings"
310                 Separator
311                 Item "Edit Included File...|E" "inset-edit"
312         End
313
314 #
315 # InsetNewpage context menu
316 #
317         Menu "context-newpage"
318                 Item "New Page|N" "inset-modify newpage newpage"
319                 Item "Page Break|a" "inset-modify newpage pagebreak"
320                 Item "Clear Page|C" "inset-modify newpage clearpage"
321                 Item "Clear Double Page|D" "inset-modify newpage cleardoublepage"
322         End
323
324 #
325 # InsetNewline context menu
326 #
327         Menu "context-newline"
328                 Item "Ragged Line Break|R" "inset-modify newline newline"
329                 Item "Justified Line Break|J" "inset-modify newline linebreak"
330         End
331
332 #
333 # InsetNewline context menu
334 #
335         Menu "context-separator"
336                 Item "Plain Separator|P" "inset-modify separator plain"
337                 Item "Paragraph Break|B" "inset-modify separator parbreak"
338         End
339
340 #
341 # Edit context menu
342 #
343         Menu "context-edit"
344                 spellingsuggestions
345                 Separator
346                 OptItem "Edit Externally..." "inset-edit"
347                 OptItem "End Editing Externally..." "inset-end-edit"
348                 Separator
349                 Item "Cut" "cut"
350                 Item "Copy" "copy"
351                 Item "Paste" "paste"
352                 Submenu "Paste Recent|e" "edit_pasterecent"
353                 Separator
354                 Item "Jump Back to Saved Bookmark|B" "bookmark-goto 0"
355                 OptItem "Forward Search|F" "forward-search"
356                 Separator
357                 Item "Move Paragraph Up|o" "paragraph-move-up"
358                 Item "Move Paragraph Down|v" "paragraph-move-down"
359                 Separator
360                 EnvironmentSeparatorsContext
361                 Separator
362                 OptItem "Promote Section|r" "outline-out"
363                 OptItem "Demote Section|m" "outline-in"
364                 OptItem "Move Section Down|D" "outline-down"
365                 OptItem "Move Section Up|U" "outline-up"
366                 Arguments
367                 OptSubmenu "Insert Regular Expression" "context-edit-regexp"
368                 Separator
369                 OptItem "Accept Change|c" "change-accept"
370                 OptItem "Reject Change|j" "change-reject"
371                 Separator
372                 Submenu "Text Properties|x" "edit_textprops"
373                 OptSubmenu "Custom Text Styles|S" "edit_textstyles"
374                 Item "Paragraph Settings...|P" "layout-paragraph"
375                 OptItem "Unify Graphics Groups|U" "graphics-unify"
376                 LanguageSelector
377                 Separator
378                 Item "Fullscreen Mode" "ui-toggle fullscreen"
379                 OptItem "Close Current View" "tab-group-close"
380         End
381
382
383 #
384 # Regular Expression context menu
385 #
386         Menu "context-edit-regexp"
387                 Item "Anything|A" "command-sequence regexp-mode; self-insert .*"
388                 Item "Anything Non-Empty|o" "command-sequence regexp-mode; self-insert .+"
389                 Item "Any Word|W" "command-sequence regexp-mode; self-insert [a-z]+"
390                 Item "Any Number|N" "command-sequence regexp-mode; self-insert [0-9]+"
391                 Item "User Defined|U" "regexp-mode"
392         End
393
394
395 #
396 # Math Macro context menu
397 #
398
399         Menu "context-math-macro-definition"
400                 Item "Append Argument" "math-macro-add-param"
401                 Item "Remove Last Argument" "math-macro-remove-param"
402                 Separator
403                 Item "Make First Non-Optional Into Optional Argument" "math-macro-make-optional"
404                 Item "Make Last Optional Into Non-Optional Argument" "math-macro-make-nonoptional"
405                 Item "Insert Optional Argument" "math-macro-add-optional-param"
406                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
407                 Separator
408                 Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
409                 Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
410                 Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
411         End
412
413 #
414 # InsetGraphics context menu
415 #
416
417         Menu "context-graphics"
418                 Item "Settings...|S" "inset-settings"
419                 Item "Reload|R" "graphics-reload"
420                 Separator
421                 Item "Edit Externally...|x" "inset-edit"
422                 Separator
423                 GraphicsGroups
424         End
425
426 #
427 # InsetExternal context menu
428 #
429
430         Menu "context-external"
431                 Item "Settings...|S" "inset-settings"
432                 Separator
433                 Item "Edit Externally...|x" "inset-edit"
434         End
435
436 #
437 # InsetTabular context menu
438 #
439
440         Menu "table-borders"
441                 Item "Top|T" "tabular-feature toggle-line-top"
442                 Item "Bottom|B" "tabular-feature toggle-line-bottom"
443                 Item "Left|L" "tabular-feature toggle-line-left"
444                 Item "Right|R" "tabular-feature toggle-line-right"
445                 OptItem "Reset Formal Defaults|F" "tabular-feature reset-formal-default"
446         End
447
448         Menu "table-alignment"
449                 Item "Left|f" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
450                 Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
451                 Item "Right|h" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
452                 Item "Decimal" "tabular-feature align-decimal"
453                 Separator
454                 Item "Top" "tabular-feature valign-top"
455                 Item "Middle" "tabular-feature valign-middle"
456                 Item "Bottom" "tabular-feature valign-bottom"
457         End
458
459         Menu "table-cols-rows"
460                 Item "Multicolumn|u" "tabular-feature multicolumn"
461                 Item "Multirow|w" "tabular-feature multirow"
462                 Separator
463                 Item "Append Row|A" "tabular-feature append-row"
464                 Item "Delete Row|D" "tabular-feature delete-row"
465                 Item "Copy Row|o" "tabular-feature copy-row"
466                 Item "Move Row Up" "tabular-feature move-row-up"
467                 Item "Move Row Down" "tabular-feature move-row-down"
468                 Separator
469                 Item "Append Column|p" "tabular-feature append-column"
470                 Item "Delete Column|e" "tabular-feature delete-column"
471                 Item "Copy Column|y" "tabular-feature copy-column"
472                 Item "Move Column Right|v" "tabular-feature move-column-right"
473                 Item "Move Column Left" "tabular-feature move-column-left"
474         End
475
476         Menu "context-tabular"
477                 Item "Multi-page Table|g" "tabular-feature toggle-longtabular"
478                 Item "Formal Style|m" "tabular-feature toggle-booktabs"
479                 Separator
480                 Submenu "Borders|d" "table-borders"
481                 Submenu "Alignment|i" "table-alignment"
482                 Submenu "Columns/Rows|C" "table-cols-rows"
483                 Separator
484                 Item "Settings...|S" "inset-settings tabular"
485         End
486
487 #
488 # InsetInfo context menu
489 #
490
491         Menu "context-info"
492                 InfoArguments
493                 Separator
494                 Item "Transform Field to Static Text|T" "inset-dissolve"
495                 Item "Copy Text|o" "inset-copy-as"
496                 Item "Settings...|S" "inset-settings info"
497         End
498
499 #
500 # InsetBranch context menu
501 #
502
503         Menu "context-branch"
504                 OptItem "Activate Branch|A" "branch-activate"
505                 OptItem "Deactivate Branch|e" "branch-deactivate"
506                 OptItem "Activate Branch in Master|M" "branch-master-activate"
507                 OptItem "Deactivate Branch in Master|v" "branch-master-deactivate"
508                 OptItem "Invert Inset|I" "branch-invert"
509                 OptItem "Add Unknown Branch|w" "branch-add"
510         End
511
512 #
513 # Toc Labels and References context menu
514 #
515
516         Menu "context-toc-label"
517                 OptItem "Copy as Reference|C" "label-copy-as-reference"
518                 OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
519                 Separator
520                 Item "Settings...|S" "inset-settings"
521         End
522
523 #
524 # Toc Branches context menu
525 #
526
527         Menu "context-toc-branch"
528                 OptItem "Activate Branch|A" "branch-activate"
529                 OptItem "Deactivate Branch|e" "branch-deactivate"
530                 Separator
531                 Item "Settings...|S" "inset-settings"
532         End
533
534 #
535 # Toc Graphics context menu
536 #
537
538         Menu "context-toc-graphics"
539                 Item "Settings...|S" "inset-settings"
540                 Separator
541                 Item "Edit Externally...|x" "inset-edit"
542         End
543
544 #
545 # Toc Citation context menu
546 #
547
548         Menu "context-toc-citation"
549                 Item "Settings...|S" "inset-settings"
550         End
551
552 #
553 # Toc Figures context menu
554 #
555
556         Menu "context-toc-figure"
557                 Item "Settings...|S" "inset-settings"
558         End
559
560 #
561 # Toc Listings context menu
562 #
563
564         Menu "context-toc-listing"
565                 Item "Settings...|S" "inset-settings"
566         End
567
568 #
569 # Toc Tables context menu
570 #
571
572         Menu "context-toc-table"
573                 Item "Settings...|S" "inset-settings"
574         End
575
576 #
577 # Toc Childs context menu
578 #
579         Menu "context-toc-child"
580                 Item "Include|c" "inset-modify changetype include"
581                 Item "Input|p" "inset-modify changetype input"
582                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
583                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
584                 Item "Listing|L" "inset-modify changetype lstinputlisting"
585                 Separator
586                 Item "Settings...|S" "inset-settings"
587                 Separator
588                 Item "Edit Included File...|E" "inset-edit"
589         End
590
591 #
592 # Toc Indices context menu
593 #
594
595         Menu "context-toc-index"
596                 OptItem "Settings...|S" "inset-settings"
597         End
598
599 #
600 # Index context menu
601 #
602
603         Menu "context-index"
604                 IndicesContext
605         End
606
607 #
608 # Index Lists context menu
609 #
610
611         Menu "context-indexprint"
612                 Item "All Indexes|A" "inset-modify check-printindex*"
613                 IndicesListsContext
614                 Separator
615                 Item "Subindex|b" "inset-modify toggle-subindex"
616                 Separator
617                 OptItem "Settings...|S" "inset-settings"
618         End
619
620 #
621 # Nomencl List context menu
622 #
623
624         Menu "context-nomenclprint"
625                 OptItem "Settings...|S" "inset-settings"
626         End
627
628
629 # InsetPreview context menu
630 #
631
632         Menu "context-preview"
633                 Item "Dissolve Inset|D" "inset-dissolve"
634         End
635
636
637 #
638 # Toc Changes context menu
639 #
640
641         Menu "context-toc-change"
642                 Item "Accept Change|c" "change-accept"
643                 Item "Reject Change|R" "change-reject"
644         End     
645         
646 #
647 # Toc Table of Context context menu
648 #
649
650         Menu "context-toc-tableofcontents"
651                 Item "Promote Section|P" "outline-out"
652                 Item "Demote Section|D" "outline-in"
653                 Item "Move Section Up|U" "outline-up"
654                 Item "Move Section Down|w" "outline-down"
655                 Separator
656                 Item "Select Section|S" "section-select"
657         End     
658
659 #
660 # InsetERT context menu
661 #
662         Menu "context-ert"
663                 # repeat 1 is added as a work-around to not indicate this action as toggable
664                 Item "Wrap by Preview|y" "command-sequence repeat 1;inset-toggle;char-forward;char-backward;char-forward-select;preview-insert;char-backward;char-backward;inset-toggle"
665         End
666
667 #
668 # InsetHyperlink context menu
669 #
670         Menu "context-hyperlink"
671                 Item "Settings...|S" "inset-settings"
672         End
673
674 #
675 # InsetCounter context menu
676 #
677         Menu "context-counter"
678                 Item "Settings...|S" "inset-settings"
679         End
680
681 #
682 # Toolbar context menu
683 #
684         Menu "context-toolbars"
685                 Toolbars
686                 Separator
687                 Item "Lock Toolbars|L" "toolbar-movable *"
688                 Separator
689                 Item "Small-sized Icons" "icon-size small"
690                 Item "Normal-sized Icons" "icon-size normal"
691                 Item "Big-sized Icons" "icon-size big"
692                 Item "Huge-sized Icons" "icon-size huge"
693                 Item "Giant-sized Icons" "icon-size giant"
694         End
695
696 End