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