]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
Translations for listings insets
[lyx.git] / lib / bind / cua.bind
index 3911dfba94ac5668bff8cde0d9778e315dc16ff2..f224af6f8b3b5cf42943e290276bb106741a7f55 100644 (file)
@@ -43,10 +43,13 @@ Format 1
 \bind "C-s"                    "buffer-write"
 \bind "C-S-S"                  "buffer-write-as"
 \bind "C-p"                    "dialog-show print"
+\bind "C-r"                    "buffer-view"
 \bind "C-d"                    "buffer-view dvi"       # 'd' for dvi
 \bind "C-t"                    "buffer-view ps"
+\bind "C-M-r"                  "master-buffer-view"
 \bind "C-M-t"                  "master-buffer-view ps"
 \bind "C-M-d"                  "master-buffer-view dvi"
+\bind "C-S-R"                  "buffer-update"
 \bind "C-S-D"                  "buffer-update dvi"     # 'd' for dvi
 \bind "C-S-T"                  "buffer-update ps"
 \bind "C-M-S-t"                        "master-buffer-update ps"
@@ -68,7 +71,6 @@ Format 1
 
 \bind "C-m"                    "math-mode"
 \bind "C-S-M"                  "math-display"
-\bind "C-S-r"                  "regexp-mode"
 \bind "C-M-n"                  "command-sequence math-display; math-number-toggle;"
 
 \bind "C-f"                    "dialog-show findreplace"
@@ -224,7 +226,7 @@ Format 1
 \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-space"                        "command-alternatives space-insert protected ; math-space"
 \bind "nobreakspace"           "space-insert protected"
 \bind "C-M-space"              "space-insert normal"
 \bind "S-C-space"              "space-insert thin"