]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
use new syntax for 'math-insert'
[lyx.git] / lib / bind / cua.bind
index 8b359063b89f39961e6aca7a86c75d0a2bf78bb4..4536c4ac1b7dc3b212cbf80ae5037dcdd8de3bbe 100644 (file)
@@ -31,7 +31,7 @@
 
 \bind "C-n"                    "buffer-new"
 \bind "C-S-N"                  "buffer-new-template"
-\bind "C-o"                    "buffer-open"
+\bind "C-o"                    "file-open"
 \bind "C-r"                    "buffer-reload"
 \bind "C-w"                    "buffer-close"
 \bind "C-s"                    "buffer-write"
@@ -45,8 +45,8 @@
 
 \bind "C-b"                    "font-bold"
 \bind "C-e"                    "font-emph"
-\bind "C-k"                    "font-noun"             # 'k' for capitals
-\bind "C-l"                    "tex-mode"              # 'l' for LaTeX
+# used below for line-delete-forward
+#\bind "C-k"                   "font-noun"             # 'k' for capitals
 \bind "C-u"                    "font-underline"
 \bind "C-S-P"                  "font-code"             # 'P' for program
 
@@ -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!
 #bind "C-F1"                   "help-context"          # Not yet implemented!
 \bind "F2"                     "buffer-write"
-\bind "F3"                     "buffer-open"
+\bind "F3"                     "file-open"
 \bind "C-F4"                   "buffer-close"
 \bind "F5"                     "screen-recenter"
 \bind "M-F4"                   "lyx-quit"
 \bind "F7"                     "spellchecker"
+\bind "S-F7"                   "thesaurus-entry"
 
 \bind "M-x"                    "command-execute"
 
@@ -96,7 +99,7 @@
 \bind "C-End"                  "buffer-end"
 
 \bind "C-~S-greater"           "reference-goto"
-\bind "C-~S-less"              "reference-back"
+\bind "C-~S-less"              "bookmark-goto 0"
 
 
 #
 \bind "C-Insert"               "copy"
 \bind "S-Insert"               "paste"
 \bind "S-Delete"               "cut"
+\bind "C-~S-1"                 "bookmark-goto 1"
+\bind "C-~S-2"                 "bookmark-goto 2"
+\bind "C-~S-3"                 "bookmark-goto 3"
+\bind "C-M-~S-1"               "bookmark-save 1"
+\bind "C-M-~S-2"               "bookmark-save 2"
+\bind "C-M-~S-3"               "bookmark-save 3"
+
 
 #
 # Edit group
 \bind "C-BackSpace"            "word-delete-backward"
 \bind "M-Return"               "break-paragraph-keep-layout"
 \bind "C-Return"               "break-line"
+\bind "C-k"                    "line-delete-forward"
 \bind "C-space"                        "protected-space-insert"
 \bind "C-period"               "end-of-sentence-period-insert"
 \bind "M-period"               "dots-insert"
 
 \bind_file menus.bind
 \bind_file math.bind
+\bind_file latinkeys.bind