]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
use new syntax for 'math-insert'
[lyx.git] / lib / bind / sciword.bind
index ad594008848a2ec832c25900db12274ff5889fa6..86afc57cbfa24f359537055b079f4df4285ae581 100644 (file)
 # Greek for only one character. "math-greek-toggle" is the persistent Greek
 # toggle which nobody really needs when typing math.
 # Sciword mnemonic.
-\bind "C-f"    "math-insert frac"
+\bind "C-f"    "math-insert \frac"
 \bind "C-g"    "math-greek"
 
 # Do we need this?
 #\bind "C-h"   "hyphenation-point-insert"
 
 # Sciword mnemonic.
-\bind "C-i"    "math-insert int"
+\bind "C-i"    "math-insert \int"
 
 #\bind "C-j"   "------"
 
 # 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!
 \bind "C-n"    "math-number"
 \bind "S-C-n" "math-nonumber"
-\bind "C-o"    "open-stuff"
+\bind "C-o"    "inset-toggle"
 
 # Insert a quote character. Do I need this?
-\bind "C-q"    "quote-insert"
+# Probably, since we need a way to get a raw quote
+\bind "C-q"    "self-insert \""
 
 # Sciword mnemonic.
-\bind "C-r"    "math-insert sqrt"
+\bind "C-r"    "math-insert \sqrt"
 
 # This combination is now a gateway to math symbols (C-s ...)
 #\bind "C-s"   "------"
@@ -92,7 +93,7 @@
 # Some of them seem to work only in math mode?
 
 \bind "C-period"       "accent-dot"
-\bind "S-C-colon"      "math-insert ddot"
+\bind "S-C-colon"      "math-insert \ddot"
 \bind "C-quoteleft"    "accent-grave"
 \bind "S-C-asciitilde" "accent-tilde"
 \bind "S-C-quotedbl"   "accent-umlaut"
 \bind "S-C-asciicircum" "accent-circumflex"
 \bind "C-equal"                "accent-vector"
 # Why is it not "accent-bar"?
-\bind "C-minus"        "math-insert bar"
+\bind "C-minus"        "math-insert \bar"
 # What is "accent-underbar"?
 #\bind "S-C-underscore"        "accent-underbar"
 
 # Math menu (unmodified)
 #
 
-\bind "M-m f"                  "math-insert frac"
-\bind "M-m i"                  "math-insert int"
-\bind "M-m o"                  "math-insert oint"
-\bind "M-m p"                  "math-insert partial"
-\bind "M-m s"                  "math-insert sqrt"
-\bind "M-m S-S"                "math-insert sum"
+\bind "M-m f"                  "math-insert \frac"
+\bind "M-m i"                  "math-insert \int"
+\bind "M-m o"                  "math-insert \oint"
+\bind "M-m p"                  "math-insert \partial"
+\bind "M-m s"                  "math-insert \sqrt"
+\bind "M-m S-S"                "math-insert \sum"
 \bind "M-m l"                  "math-limits"
 \bind "M-m n"                  "math-number"
 \bind "M-m v"                  "accent-vector"
 
 # Sciword mnemonics for math editing:
 
-\bind "M-apostrophe"   "math-insert prime"
+\bind "M-apostrophe"   "math-insert \prime"
 \bind "C-Up"           "math-insert ^"
 \bind "C-Down"         "math-insert _"
-\bind "C-s d"          "math-insert partial"
-\bind "C-s e"          "math-insert sum"
-\bind "C-s p"          "math-insert prod"
-\bind "C-s i"          "math-insert infty"
-\bind "C-s x"          "math-insert times"
+\bind "C-s d"          "math-insert \partial"
+\bind "C-s e"          "math-insert \sum"
+\bind "C-s p"          "math-insert \prod"
+\bind "C-s i"          "math-insert \infty"
+\bind "C-s x"          "math-insert \times"
 
 # My own embellishments for symbols I use often.
 
 #I'd like to combine math-insert ^ and math-insert prime, but don't know how.
 
-\bind "C-s apostrophe" "math-insert prime"
-\bind "C-s S-plus"     "math-insert dagger"
-\bind "C-s equal"      "math-insert equiv"
-\bind "M-equal"                "math-insert approx"
-\bind "M-minus"                "math-insert sim"
-\bind "C-minus"                "math-insert rightarrow"
-\bind "S-M-less"       "math-insert leq"
-\bind "S-M-greater"    "math-insert geq"
-\bind "C-s S-less"     "math-insert ll"
-\bind "C-s S-greater"  "math-insert gg"
+\bind "C-s apostrophe" "math-insert \prime"
+\bind "C-s S-plus"     "math-insert \dagger"
+\bind "C-s equal"      "math-insert \equiv"
+\bind "M-equal"                "math-insert \approx"
+\bind "M-minus"                "math-insert \sim"
+\bind "C-minus"                "math-insert \rightarrow"
+\bind "S-M-less"       "math-insert \leq"
+\bind "S-M-greater"    "math-insert \geq"
+\bind "C-s S-less"     "math-insert \ll"
+\bind "C-s S-greater"  "math-insert \gg"
 
        ############################
 ######### Almost no changes below. #########
 \bind "Return"                 "break-paragraph"
 \bind "M-Return"               "break-paragraph-keep-layout"
 \bind "C-Return"               "break-line"
+\bind "C-S-L"                  "ligature-break-insert"
 \bind "C-space"                "protected-space-insert"
 \bind "Escape"                 "cancel"
 \bind "F9"                     "meta-prefix"
 #\bind "M-l e"                  "font-emph"
 #\bind "M-l n"                  "font-smallcaps"
 #\bind "M-l b"                  "font-bold"
-#\bind "M-l t"                  "tex-mode"
+#\bind "M-l t"                  "ert-insert"
 #\bind "M-l v"                  "depth-next"
 #\bind "M-l space"              "menu-open Layout"
 
 \bind "M-c p"                  "font-code"
 \bind "M-c r"                  "font-roman"
 \bind "M-c s"                  "font-sans"
-\bind "M-c t"                  "tex-mode"
+\bind "M-c t"                  "ert-insert"
 \bind "M-c u"                  "font-underline"
 
 \bind "M-c Down"               "word-lowcase"