]> git.lyx.org Git - lyx.git/blob - lib/bind/sciword.bind
- de_Intro updates from Hartmut
[lyx.git] / lib / bind / sciword.bind
1 # -*- text -*-
2
3 # file sciword.bind
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author Serge Winitzki
8
9 # Full author contact details are available in file CREDITS.
10
11 # LyX keyboard definitions similar to those of Scientific Word.
12
13 #\bind "C-b"                    "font-bold"
14
15 # Copy, paste, etc.: more familiar keys
16 \bind "C-c"     "copy"
17
18 # Display equation toggle: type it in a displayed equation to convert it
19 # back to an inline equation
20 # Sciword mnemonic.
21 \bind "C-d"     "math-display"
22
23 #\bind "C-e"    "------"
24 # Sciword mnemonic.
25 \bind "C-f"     "math-insert \frac"
26
27 # Since the toggles don't work in 1.2.0, let's define all letters.
28 # lowercase math Greek
29 \bind "C-g a" "math-insert \alpha"
30 \bind "C-g b" "math-insert \beta"
31 \bind "C-g g" "math-insert \gamma"
32 \bind "C-g d" "math-insert \delta"
33 \bind "C-g e" "math-insert \varepsilon"
34 \bind "C-g C-e" "math-insert \epsilon"
35 \bind "C-g z" "math-insert \zeta"
36 \bind "C-g h" "math-insert \eta"
37 \bind "C-g q" "math-insert \theta"
38 \bind "C-g C-q" "math-insert \vartheta"
39 \bind "C-g i" "math-insert \iota"
40 \bind "C-g k" "math-insert \kappa"
41 \bind "C-g l" "math-insert \lambda"
42 \bind "C-g m" "math-insert \mu"
43 \bind "C-g n" "math-insert \nu"
44 \bind "C-g x" "math-insert \xi"
45 \bind "C-g p" "math-insert \pi"
46 \bind "C-g C-p" "math-insert \varpi"
47 \bind "C-g r" "math-insert \rho"
48 \bind "C-g s" "math-insert \sigma"
49 \bind "C-g C-s" "math-insert \varsigma"
50 \bind "C-g t" "math-insert \tau"
51 \bind "C-g v" "math-insert \upsilon"
52 \bind "C-g f" "math-insert \phi"
53 \bind "C-g c" "math-insert \chi"
54 \bind "C-g y" "math-insert \psi"
55 \bind "C-g w" "math-insert \omega"
56
57 # uppercase math Greek
58 \bind "C-g S-G" "math-insert \Gamma"
59 \bind "C-g S-D" "math-insert \Delta"
60 \bind "C-g S-Q" "math-insert \Theta"
61 \bind "C-g S-L" "math-insert \Lambda"
62 \bind "C-g S-X" "math-insert \Xi"
63 \bind "C-g S-P" "math-insert \Pi"
64 \bind "C-g S-S" "math-insert \Sigma"
65 \bind "C-g S-V" "math-insert \Upsilon"
66 \bind "C-g S-F" "math-insert \Phi"
67 \bind "C-g S-Y" "math-insert \Psi"
68 \bind "C-g S-W" "math-insert \Omega"
69
70
71 # Do we need this?
72 #\bind "C-h"    "hyphenation-point-insert"
73
74 # Sciword mnemonic.
75 \bind "C-i"     "math-insert \int"
76
77 #\bind "C-j"    "------"
78
79 \bind "C-k"     "line-delete-forward"
80 \bind "C-l"     "screen-recenter"
81
82 # Toggle: in text mode, switch to math, and vice versa. Also C-t.
83 \bind "C-m"     "math-mode"
84 # C-n is numbering equations now. Sciword had "C-Tab" mnemonic which conflicts with many things.
85 # Numbering equations. Should perhaps simplify math-number and math-nonumber into one command since they are used in very different contexts. This and also math-macro stuff should be available in the Lyx menus!
86 \bind "C-n"     "math-number"
87 \bind "S-C-N" "math-nonumber"
88
89 \bind "C-o"     "file-open"
90
91 # Insert a quote character. Do I need this?
92 # Probably, since we need a way to get a raw quote
93 \bind "C-q"     "self-insert \""
94
95 # Sciword mnemonic.
96 \bind "C-r"     "math-insert \sqrt"
97 \bind "S-C-R"   "math-insert \root"
98
99 # This combination is now a gateway to math symbols (C-s ...)
100 #\bind "C-s"    "------"
101
102 # Sciword mnemonic for going between text and math modes.
103 \bind "C-t"     "math-mode"
104
105 \bind "C-u"     "font-underline"
106 \bind "C-v"     "paste"
107 \bind "C-S-v"   "clipboard-paste"
108 \bind "C-M-v"   "primary-selection-paste"
109 \bind "C-w"     "buffer-close"
110 \bind "C-x"     "cut"
111 \bind "C-z"     "undo"
112 \bind "S-C-Z"   "redo"
113 \bind "C-a"     "command-sequence buffer-begin ; buffer-end-select"   # select all
114
115
116 # This combination makes an umlaut accent now.
117 #\bind "S-C-quotedbl"           "quote-insert"
118 \bind "S-M-quotedbl"           "quote-insert single"
119
120 # Bracket delimiters. Sciword mnemonic is to press Control-<bracket key>
121
122 \bind "C-9"     "math-delim ( )"
123 \bind "S-C-parenleft"   "math-delim ( )"
124 \bind "C-0"     "math-delim ( )"
125 \bind "S-C-parenright"  "math-delim ( )"
126
127 \bind "C-bracketleft"           "math-delim [ ]"
128 \bind "C-bracketright"  "math-delim [ ]"
129 \bind "C-S-less"                "math-delim langle rangle"
130 \bind "C-S-greater"             "math-delim langle rangle"
131
132 # The bar bracket: on some keyboards, e.g. British, the bar character is
133 # bound to an Alt-something and on some wayward Unices to "brokenbar".
134 \bind "C-S-bar"         "math-delim | |"
135 \bind "C-S-brokenbar"   "math-delim | |"
136 \bind "C-M-bar"         "math-delim | |"
137
138 \bind "S-C-braceleft"           "math-delim { }"
139 \bind "S-C-braceright"          "math-delim { }"
140
141 # Accents by Sciword mnemonics. Mostly press Ctrl-<accent key>
142 # e.g. Ctrl-. for overdot, Ctrl-' for acute accent, Ctrl-~ for tilde etc.
143 # Some of them work only in math mode
144
145 \bind "C-period"        "accent-dot"
146 \bind "C-comma" "math-insert \dot"
147 \bind "S-C-colon"       "math-insert \ddot"
148 \bind "C-quoteleft"     "accent-grave"
149 \bind "S-C-asciitilde"  "accent-tilde"
150 \bind "S-C-quotedbl"    "accent-umlaut"
151 \bind "C-apostrophe"    "accent-acute"
152 \bind "S-C-asciicircum" "accent-circumflex"
153 # accent-vector has been changed?
154 #\bind "C-equal"                "accent-vector"
155 # Why is it not "accent-bar"?
156 \bind "C-minus" "math-insert \bar"
157 # What is "accent-underbar"?
158 #\bind "S-C-underscore" "accent-underbar"
159
160 # Function keys.
161
162 #\bind "F1"     "help"  # Not yet implemented!
163 #\bind "C-F1"                   "help-context"                  # Not yet implemented!
164 \bind "F2"                     "buffer-write"
165 \bind "S-F2"                     "buffer-export latex"
166 \bind "F3"                     "dialog-show findreplace"
167
168 \bind "C-F4"                   "buffer-close"
169 \bind "M-F4"                   "lyx-quit"
170 # F4 to F8 are used to switch fonts. Sciword mnemonic.
171 \bind "F4"                     "font-default"
172 \bind "F5"                     "font-bold"
173 \bind "F6"                     "font-emph"
174 \bind "F7"                     "font-code"
175 \bind "F8"                     "font-noun"
176 # F9 bound below as meta-prefix (useful e.g. if the keyboard doesn't have a working ALT).
177 #\bind "F9"                     "------"
178 #\bind "F10"                    "------"
179
180
181 # Sciword mnemonics for math editing:
182
183 \bind "M-apostrophe"    "math-insert \prime"
184 \bind "C-Up"            "math-superscript"
185 \bind "C-Down"          "math-subscript"
186 \bind "C-s d"           "math-insert \partial"
187 \bind "C-s e"           "math-insert \sum"
188 \bind "C-s p"           "math-insert \prod"
189 \bind "C-s i"           "math-insert \infty"
190 \bind "C-s x"           "math-insert \times"
191 \bind "C-s m"           "math-matrix 3 3"
192 \bind "C-s v"           "math-matrix 1 2"
193
194 # My own embellishments for symbols I use often.
195
196 #I'd like to combine math-insert ^ and math-insert prime, but don't know how.
197
198 \bind "C-s apostrophe"  "command-sequence math-superscript; math-insert \prime;"
199 \bind "C-s S-plus"      "math-insert \dagger"
200 \bind "C-s equal"       "math-insert \equiv"
201 \bind "M-equal"         "math-insert \approx"
202 \bind "M-minus"         "math-insert \sim"
203 \bind "C-minus"         "math-insert \rightarrow"
204 # here is how to make a vector accent:
205 \bind "C-equals"    "math-insert \overrightarrow"
206 \bind "S-M-less"        "math-insert \leq"
207 \bind "S-M-greater"     "math-insert \geq"
208 \bind "C-s S-less"      "math-insert \ll"
209 \bind "C-s S-greater"   "math-insert \gg"
210
211 # usual bindings
212 \bind_file math.bind
213 \bind_file menus.bind
214 \bind_file latinkeys.bind
215 \bind_file cyrkeys.bind
216 \bind_file greekkeys.bind
217
218
219 \bind "M-Up"                    "paragraph-move-up"
220 \bind "M-Down"                  "paragraph-move-down"
221 \bind "S-KP_Right"                      "forward-select"
222 \bind "S-KP_Left"                               "backward-select"
223 \bind "S-KP_Up"                                 "up-select"
224 \bind "S-KP_Down"                               "down-select"
225 \bind "S-C-KP_Right"                    "word-forward-select"
226 \bind "S-C-KP_Left"                     "word-backward-select"
227 \bind "S-C-KP_Up"                               "paragraph-up-select"
228 \bind "S-C-KP_Down"                     "paragraph-down-select"
229 \bind "S-KP_Home"                               "line-begin-select"
230 \bind "S-KP_End"                                "line-end-select"
231 \bind "S-KP_Prior"                      "screen-up-select"
232 \bind "S-KP_Next"                               "screen-down-select"
233 \bind "S-C-KP_Home"                     "buffer-begin-select"
234 \bind "S-C-KP_End"                      "buffer-end-select"
235 \bind "S-C-KP_Prior"                    "buffer-begin-select"
236 \bind "S-C-KP_Next"                     "buffer-end-select"
237 \bind "C-KP_Insert"                     "copy"
238 \bind "S-KP_Insert"                     "paste"
239 \bind "S-KP_Delete"                     "cut"
240
241
242 \bind "M-x" "command-execute"