]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
German UserGuide.lyx: remove wrong example hyperlink
[lyx.git] / lib / bind / cua.bind
index d8dc27084a2c9b28be139d823b3c2b51817b724e..91e8f2147923c3de4f7d062d1ad3ace6be2cc954 100644 (file)
@@ -55,6 +55,7 @@
 \bind "C-Prior"                        "buffer-previous"
 \bind "C-S-Tab"                        "buffer-previous"
 
+\bind "C-M-b"                  "math-insert \mathbf"
 \bind "C-b"                    "font-bold"
 \bind "C-e"                    "font-emph"
 # used below for line-delete-forward
@@ -64,9 +65,9 @@
 
 \bind "C-m"                    "math-mode"
 \bind "C-S-M"                  "math-display"
+\bind "C-M-n"                  "command-sequence math-display; math-number-toggle;"
 
 \bind "C-f"                    "dialog-show findreplace"
-\bind "C-g"                    "error-next"
 \bind "C-i"                    "next-inset-toggle"             # 'i' for Inset
 
 \bind "C-c"                    "copy"
@@ -84,7 +85,7 @@
 \bind "C-S-E"                  "changes-track"  # it's what MS Word uses
 \bind "~S-M-quotedbl"          "quote-insert single"
 \bind "~S-C-quotedbl"          "self-insert \""
-\bind "C-minus"                        "specialchar-insert hyphenation-point"
+\bind "C-minus"                        "specialchar-insert hyphenation"
 \bind "C-M-minus"              "specialchar-insert nobreakdash"
 \bind "M-S-Right"              "depth-increment"
 \bind "M-S-Left"               "depth-decrement"
 #bind "F1"                     "help"                  # Not yet implemented!
 #bind "C-F1"                   "help-context"          # Not yet implemented!
 \bind "F2"                     "buffer-write"
-\bind "F3"                     "file-open"
+\bind "F3"                     "word-find"
 \bind "C-F4"                   "buffer-close"
 \bind "M-F4"                   "lyx-quit"
 \bind "F5"                     "screen-recenter"
+\bind "C-M-Up"                 "scroll line up"
+\bind "C-M-Down"               "scroll line down"
+\bind "C-M-Prior"              "scroll page up"
+\bind "C-M-Next"               "scroll page down"
 \bind "C-F6"                   "buffer-next"
 \bind "C-S-F6"                 "buffer-previous"
 \bind "F7"                     "dialog-show spellchecker"
 
 \bind "M-x"                    "command-execute"
 
+\bind "F11"                    "ui-toggle fullscreen"
+
 #
 # Motion group
 #
 \bind "C-Delete"               "word-delete-forward"
 \bind "C-BackSpace"            "word-delete-backward"
 \bind "M-Return"               "break-paragraph inverse"
-\bind "C-Return"               "new-line"
-\bind "C-S-Return"             "line-break"
+\bind "C-Return"               "newline-insert newline"
+\bind "C-S-Return"             "newline-insert linebreak"
 \bind "C-k"                    "line-delete-forward"
 \bind "C-space"                        "space-insert protected"
 \bind "C-M-space"              "space-insert normal"