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