]> git.lyx.org Git - lyx.git/blob - lib/bind/math.bind
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / lib / bind / math.bind
1 # -*- text -*-
2
3 # file math.bind
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author John Weiss
8 # author Alejandro Aguilar Sierra
9 # author Lars Gullik Bjønnes
10 # author Jean-Marc Lasgouttes
11 # author John Levon
12 # author André Pönitz
13 # author Michael Gerz
14 # author Martin Vermeer
15
16 # Full author contact details are available in file CREDITS.
17
18 # This file provides math mode keys.  Most were suggested by John Weiss
19 # and modified by Alejandro Aguilar Sierra to be used with different
20 # keyboard layouts.
21 #
22 # This file is automatically included from the main bind file.
23 #
24 # DO NOT CHANGE THIS BINDING FILE! It will be replaced
25 # with every new install of LyX and your changes will be lost.
26 # Instead, copy it to ~/.lyx/bind/math.bind and modify that copy.
27
28 # Note that the order of these is important.  If you put the bindings
29 # that need "period" and "parenleft" first, they flood the minibuffer
30 # and make the keybinding hints impossible to read.  That's why they're
31 # at the end.
32
33 # These are defined for the math menu:
34
35 Format 1
36
37 \bind "M-m f"                   "math-insert \frac"
38 \bind "M-m s"                   "math-insert \sqrt"
39 \bind "M-m x"                   "math-subscript"
40 \bind "M-m e"                   "math-superscript"
41
42 \bind "M-m u"                   "math-insert \sum"
43 \bind "M-m i"                   "math-insert \int"
44 \bind "M-m m"                   "math-mode" # produces mathematical text
45 \bind "M-m d"                   "math-display"
46
47 \bind "M-m y"                   "math-insert \oint"
48 \bind "M-m p"                   "math-insert \partial"
49 \bind "M-m r"                   "math-insert \root"
50 \bind "M-m l"                   "math-limits"
51 \bind "M-m S-L l"               "math-limits limits"
52 \bind "M-m S-L n"               "math-limits nolimits"
53 \bind "M-m S-L space"           "math-limits empty"
54
55
56 \bind "M-m n"                   "math-number-toggle"
57 \bind "M-m S-N"                 "math-number-line-toggle"
58 \bind "M-m 8"                   "math-insert \infty"
59
60 \bind "M-m o 1"   "self-insert \#1"
61 \bind "M-m o 2"   "self-insert \#2"
62 \bind "M-m o 3"   "self-insert \#3"
63 \bind "M-m o 4"   "self-insert \#4"
64 \bind "M-m o 5"   "self-insert \#5"
65 \bind "M-m o 6"   "self-insert \#6"
66 \bind "M-m o 7"   "self-insert \#7"
67 \bind "M-m o 8"   "self-insert \#8"
68 \bind "M-m o 9"   "self-insert \#9"
69
70 \bind "M-m t n"   "math-mutate none"
71 \bind "M-m t t"   "math-mutate dump"
72 \bind "M-m t a"   "math-mutate align"
73 \bind "M-m t i"   "math-mutate simple"
74 \bind "M-m t d"   "math-mutate equation"
75 \bind "M-m t e"   "math-mutate eqnarray"
76 \bind "M-m t m"   "math-mutate multline"
77
78 \bind "M-m c i"   "inset-modify tabular append-column"
79 \bind "M-m c d"   "inset-modify tabular delete-column"
80 \bind "M-m c c"   "inset-modify tabular copy-column"
81 \bind "M-m c s"   "inset-modify tabular swap-column"
82 \bind "M-m c a"   "inset-modify tabular add-vline-left"
83 \bind "M-m c e"   "inset-modify tabular delete-vline-left"
84 \bind "M-m c z"   "inset-modify tabular add-vline-right"
85 \bind "M-m c x"   "inset-modify tabular delete-vline-right"
86
87 \bind "M-m w i"   "inset-modify tabular append-row"
88 \bind "M-m w d"   "inset-modify tabular delete-row"
89 \bind "M-m w c"   "inset-modify tabular copy-row"
90 \bind "M-m w s"   "inset-modify tabular swap-row"
91 \bind "M-m w a"   "inset-modify tabular add-hline-above"
92 \bind "M-m w e"   "inset-modify tabular delete-hline-above"
93 \bind "M-m w z"   "inset-modify tabular add-hline-below"
94 \bind "M-m w x"   "inset-modify tabular delete-hline-below"
95
96 \bind "M-m w t"   "inset-modify tabular valign-top"
97 \bind "M-m w m"   "inset-modify tabular valign-middle"
98 \bind "M-m w b"   "inset-modify tabular valign-bottom"
99 \bind "M-m c l"   "inset-modify tabular align-left"
100 \bind "M-m c m"   "inset-modify tabular align-center"
101 \bind "M-m c r"   "inset-modify tabular align-right"
102
103 # Decoration accents
104
105 # The accent-circumflex is 'h' for 'hat', which is what most math
106 # folks call it verbally.
107
108 \bind "M-m ~S-quotedbl"         "math-insert \ddot"
109 \bind "M-m h"                           "math-insert \hat"
110 \bind "M-m ~C-~M-~S-backslash"  "math-insert \grave"
111 \bind "M-m ~S-slash"            "math-insert \acute"
112 \bind "M-m ~C-~M-~S-ampersand"  "math-insert \tilde"
113 \bind "M-m ~S-minus"            "math-insert \bar"
114 \bind "M-m ~S-period"           "math-insert \dot"
115 \bind "M-m S-V"                         "math-insert \check"
116 \bind "M-m S-U"                         "math-insert \breve"
117 \bind "M-m v"                           "math-insert \vec"
118 \bind "M-m ~S-underscore"       "math-insert \underbar"
119
120 \bind "M-m b"                   "math-insert \overline"
121 \bind "M-m ~S-apostrophe"       "math-insert \prime"
122
123 # These do pairs of: () {} [] <> ||
124
125 \bind "M-m ~S-parenleft"        "math-delim ( )"
126 \bind "M-m ~C-~M-~S-bracketleft" "math-delim [ ]"
127 \bind "M-m ~C-~M-~S-braceleft"  "math-delim { }"
128 \bind "M-m ~S-less"             "math-delim langle rangle" # produces < >
129 \bind "M-m ~S-greater"          "math-delim rangle langle" # produces > <
130 \bind "M-m ~C-~M-~S-bar"        "math-delim | |"
131
132
133 # Note: it's easy to insert binary relations like \pm, \mp, \neq, \geq,
134 # and \leq just by typing them. However it's easier to remember these:
135
136 \bind "M-m ~S-plus"    "math-insert \pm"
137 \bind "M-m ~S-equal"   "math-insert \neq"
138
139 \bind "Escape"         "escape"
140 \bind "M-m space"      "math-space"
141 # FIXME: find another shortcut for cell-split as C-Tab is used for buffer-next
142 # in 'cua.bind'.
143 #\bind "C-Tab"          "cell-split"
144
145 # math-macros
146 \bind "C-S-asterisk"         "math-macro-unfold"
147 # Defined in cua.bind as command-alternative to specialchar-insert hyphenation
148 #\bind "C-minus"        "math-macro-fold"
149
150 # This should be handled properly by some "get the next key" method
151
152 \bind "M-m g a"      "math-insert \alpha"
153 \bind "M-m g b"      "math-insert \beta"
154 \bind "M-m g c"      "math-insert \chi"
155 \bind "M-m g d"      "math-insert \delta"
156 \bind "M-m g e"      "math-insert \epsilon"
157 \bind "M-m g f"      "math-insert \phi"
158 \bind "M-m g g"      "math-insert \gamma"
159 \bind "M-m g h"      "math-insert \eta"
160 \bind "M-m g i"      "math-insert \iota"
161 \bind "M-m g j"      "math-insert \varphi"
162 \bind "M-m g k"      "math-insert \kappa"
163 \bind "M-m g l"      "math-insert \lambda"
164 \bind "M-m g m"      "math-insert \mu"
165 \bind "M-m g n"      "math-insert \nu"
166 \bind "M-m g o"      "math-insert \omega"
167 \bind "M-m g p"      "math-insert \pi"
168 \bind "M-m g q"      "math-insert \vartheta"
169 \bind "M-m g r"      "math-insert \rho"
170 \bind "M-m g s"      "math-insert \sigma"
171 \bind "M-m g t"      "math-insert \tau"
172 \bind "M-m g u"      "math-insert \upsilon"
173 \bind "M-m g v"      "math-insert \theta"
174 \bind "M-m g w"      "math-insert \omega"
175 \bind "M-m g x"      "math-insert \xi"
176 \bind "M-m g y"      "math-insert \psi"
177 \bind "M-m g z"      "math-insert \zeta"
178
179 \bind "M-m g S-D"    "math-insert \Delta"
180 \bind "M-m g S-E"    "math-insert \varepsilon"
181 \bind "M-m g S-F"    "math-insert \Phi"
182 \bind "M-m g S-G"    "math-insert \Gamma"
183 \bind "M-m g S-I"    "math-insert \iota"
184 \bind "M-m g S-J"    "math-insert \epsilon"
185 \bind "M-m g S-L"    "math-insert \Lambda"
186 \bind "M-m g S-O"    "math-insert \Omega"
187 \bind "M-m g S-P"    "math-insert \Pi"
188 \bind "M-m g S-Q"    "math-insert \vartheta"
189 \bind "M-m g S-R"    "math-insert \varrho"
190 \bind "M-m g S-S"    "math-insert \Sigma"
191 \bind "M-m g S-T"    "math-insert \varsigma"
192 \bind "M-m g S-U"    "math-insert \Upsilon"
193 \bind "M-m g S-V"    "math-insert \Theta"
194 \bind "M-m g S-W"    "math-insert \Omega"
195 \bind "M-m g S-X"    "math-insert \Xi"
196 \bind "M-m g S-Y"    "math-insert \Psi"