]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
small fixes
[lyx.git] / lib / bind / sciword.bind
index ad594008848a2ec832c25900db12274ff5889fa6..6a6c504c0189f2f4f1550d5e591ae08eac0cdd91 100644 (file)
 # 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 "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"