]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
default.ui fix ; compile fix
[lyx.git] / lib / bind / cua.bind
index 8b359063b89f39961e6aca7a86c75d0a2bf78bb4..9778500cd3e1ae77ecb7c5879edce175eb530a79 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,7 +45,8 @@
 
 \bind "C-b"                    "font-bold"
 \bind "C-e"                    "font-emph"
-\bind "C-k"                    "font-noun"             # 'k' for capitals
+# used below for line-delete-forward
+#\bind "C-k"                   "font-noun"             # 'k' for capitals
 \bind "C-l"                    "tex-mode"              # 'l' for LaTeX
 \bind "C-u"                    "font-underline"
 \bind "C-S-P"                  "font-code"             # 'P' for program
@@ -76,7 +77,7 @@
 #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"
@@ -96,7 +97,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"