]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
use new syntax for 'math-insert'
[lyx.git] / lib / bind / cua.bind
index 42be18c81f5f9ce29736dc451582e939a6febffb..4536c4ac1b7dc3b212cbf80ae5037dcdd8de3bbe 100644 (file)
@@ -55,7 +55,7 @@
 
 \bind "C-f"                    "find-replace"
 \bind "C-g"                    "error-next"
-\bind "C-i"                    "open-stuff"            # 'i' for Inset
+\bind "C-i"                    "inset-toggle"          # 'i' for Inset
 
 \bind "C-c"                    "copy"
 \bind "C-x"                    "cut"
 \bind "C-z"                    "undo"
 \bind "C-S-Z"                  "redo"
 
-\bind "S-C-quotedbl"           "quote-insert"
+\bind "~S-C-quotedbl"          "self-insert \""
 \bind "C-minus"                        "hyphenation-point-insert"
 \bind "M-S-Right"              "depth-increment"
 \bind "M-S-Left"               "depth-decrement"
 \bind "C-S-space"              "protected-space-insert"
+\bind "C-S-L"                  "ligature-break-insert"
 \bind "C-l"                    "ert-insert"            # 'l' for LaTeX
 
 #bind "F1"                     "help"                  # Not yet implemented!
@@ -82,6 +83,7 @@
 \bind "F5"                     "screen-recenter"
 \bind "M-F4"                   "lyx-quit"
 \bind "F7"                     "spellchecker"
+\bind "S-F7"                   "thesaurus-entry"
 
 \bind "M-x"                    "command-execute"