]> git.lyx.org Git - lyx.git/blob - lib/bind/menus.bind
correct the gettext format of the displayed error message for unknown vcs buffer...
[lyx.git] / lib / bind / menus.bind
1 # -*- text -*-
2
3 # file menus.bind
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author Lars Gullik Bjønnes
8 # author Jean-Marc Lasgouttes
9 # author Michael Gerz
10 # author Jürgen Vigna
11
12 # Full author contact details are available in file CREDITS.
13
14 # Key bindings for so-called "invisible" menus
15
16
17 #
18 # Font size menu
19 #
20
21 \bind "M-s t"                   "font-size tiny"
22 \bind "M-s S-S"                 "font-size footnotesize"
23 \bind "M-s s"                   "font-size small"
24 \bind "M-s n"                   "font-size normal"
25 \bind "M-s l"                   "font-size large"
26 \bind "M-s S-L"                 "font-size larger"
27 \bind "M-s h"                   "font-size huge"
28 \bind "M-s S-H"                 "font-size giant"
29
30 \bind "M-s ~S-1"                "font-size tiny"
31 \bind "M-s ~S-2"                "font-size scriptsize"
32 \bind "M-s ~S-3"                "font-size footnotesize"
33 \bind "M-s ~S-4"                "font-size small"
34 \bind "M-s ~S-5"                "font-size normal"
35 \bind "M-s ~S-6"                "font-size large"
36 \bind "M-s ~S-7"                "font-size larger"
37 \bind "M-s ~S-8"                "font-size largest"
38 \bind "M-s ~S-9"                "font-size huge"
39 \bind "M-s ~S-0"                "font-size giant"
40
41 \bind "M-s ~S-plus"             "font-size increase"
42 \bind "M-s ~S-minus"            "font-size decrease"
43
44
45 #
46 # Paragraph menu
47 #
48
49 \bind "M-a l"                   "paragraph-params \align left"
50 \bind "M-a r"                   "paragraph-params \align right"
51 \bind "M-a c"                   "paragraph-params \align center"
52 # It's called Justified in the UI
53 \bind "M-a j"                   "paragraph-params \align block"
54 \bind "M-a e"                   "paragraph-params \align default"
55 \bind "M-a i"                   "paragraph-params \indent-toggle"
56 \bind "M-a s"                   "paragraph-params \paragraph_spacing single"
57 \bind "M-a o"                   "paragraph-params \paragraph_spacing onehalf"
58 \bind "M-a d"                   "paragraph-params \paragraph_spacing double"
59 \bind "M-a f"                   "paragraph-params \paragraph_spacing default"
60
61
62 #
63 # Paragraph style menu
64 #
65
66 \bind "M-p ~S-0"                "layout Part"
67 \bind "M-p ~S-1"                "layout Chapter"
68 \bind "M-p ~S-2"                "layout Section"
69 \bind "M-p ~S-3"                "layout Subsection"
70 \bind "M-p ~S-4"                "layout Subsubsection"
71 \bind "M-p ~S-5"                "layout Paragraph"
72 \bind "M-p ~S-6"                "layout Subparagraph"
73 \bind "M-p ~S-asterisk ~S-0"    "layout Part*"
74 \bind "M-p ~S-asterisk ~S-1"    "layout Chapter*"
75 \bind "M-p ~S-asterisk ~S-2"    "layout Section*"
76 \bind "M-p ~S-asterisk ~S-3"    "layout Subsection*"
77 \bind "M-p ~S-asterisk ~S-4"    "layout Subsubsection*"
78 \bind "M-p ~S-asterisk ~S-5"    "layout Paragraph*"
79 \bind "M-p ~S-asterisk ~S-6"    "layout Subparagraph*"
80 \bind "M-p a"                   "layout Abstract"
81 \bind "M-p S-A"                 "layout Author"
82 \bind "M-p M-a"                 "layout Address"
83 \bind "M-p C-a"                 "layout Right_Address"
84 \bind "M-p b"                   "layout Itemize"        # bulleted list
85 \bind "M-p S-B"                 "layout Bibliography"
86 \bind "M-p c"                   "layout LyX-Code"
87 \bind "M-p S-C"                 "layout Comment"
88 \bind "M-p d"                   "layout Description"
89 \bind "M-p S-D"                 "layout Date"
90 \bind "M-p e"                   "layout Enumerate"      # numbered list
91 \bind "M-p f"                   "layout ShortFoilhead"  # Foils!!
92 \bind "M-p S-F"                 "layout Foilhead"       # Foils!!
93 \bind "M-p i"                   "layout Itemize"        # bulleted list
94 \bind "M-p l"                   "layout List"
95 \bind "M-p S-L"                 "layout LaTeX"
96 \bind "M-p n"                   "layout Enumerate"      # numbered list
97 \bind "M-p q"                   "layout Quote"
98 \bind "M-p S-Q"                 "layout Quotation"
99 \bind "M-p r"                   "layout ShortRotatefoilhead"    # Foils!!
100 \bind "M-p S-R"                 "layout Rotatefoilhead" # Foils!!
101 \bind "M-p s"                   "layout Standard"
102 \bind "M-p t"                   "layout Title"
103 \bind "M-p space"               "drop-layouts-choice"
104 \bind "M-p v"                   "layout Verse"
105
106 \bind "M-p Left"                "outline-out"
107 \bind "M-p Right"               "outline-in"
108 \bind "M-p Up"                  "outline-up"
109 \bind "M-p Down"                "outline-down"
110
111
112 # These are kept for backwards compatibility (only make sense on US keyboard)
113 \bind "M-p S-at"                "layout Section*"       # M-p S-2
114 \bind "M-p S-dollar"            "layout Subsubsection*" # M-p S-4
115 \bind "M-p S-numbersign"        "layout Subsection*"    # M-p S-3
116
117
118 #
119 # Character style menu
120 #
121
122 \bind "M-c b"                   "font-boldsymbol"
123 \bind "M-c c"                   "font-noun"
124 \bind "M-c d"                   "font-underunderline"
125 \bind "M-c e"                   "font-emph"
126 \bind "M-c m"                   "math-mode"
127 \bind "M-c o"                   "font-strikeout"
128 \bind "M-c r"                   "font-roman"
129 \bind "M-c s"                   "font-sans"
130 #\bind "M-c t"                  "ert-insert"
131 \bind "M-c u"                   "font-underline"
132 \bind "M-c w"                   "font-underwave"
133
134 \bind "M-c Down"                "word-lowcase"
135 \bind "M-c Up"                  "word-upcase"
136 \bind "M-c Right"               "word-capitalize"
137
138 \bind "M-c space"               "font-default"
139
140
141 #
142 # Keyboard menu
143 #
144
145 \bind "M-k 1"                   "keymap-primary"
146 \bind "M-k 2"                   "keymap-secondary"
147 \bind "M-k o"                   "keymap-off"
148 \bind "M-k t"                   "keymap-toggle"
149 \bind "M-k x"                   "keymap-off"