]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
One more nullptr
[lyx.git] / lib / bind / cua.bind
index 7d65ecaed04c481bce3723edc54f9fef9de85704..f964d8669291647b9037a7c67d6874e83da742c1 100644 (file)
@@ -37,7 +37,7 @@
 Format 5
 
 \bind "C-n"                    "buffer-new"
-\bind "C-S-N"                  "buffer-new-template"
+\bind "C-S-N"                  "dialog-show lyxfiles templates"
 \bind "C-o"                    "file-open"
 \bind "C-w"                    "view-close"
 \bind "C-s"                    "buffer-write"
@@ -75,7 +75,7 @@ Format 5
 \bind "C-f"                    "dialog-show findreplace"
 \bind "C-S-f"                  "dialog-show findreplaceadv"
 \bind "C-i"                    "inset-toggle"          # 'i' for Inset
-\bind "C-M-i"          "inset-settings"
+\bind "C-M-i"                  "inset-settings"
 
 \bind "C-c"                    "copy"
 \bind "C-x"                    "cut"
@@ -105,7 +105,7 @@ Format 5
 
 #bind "F1"                     "help"                  # Not yet implemented!
 #bind "C-F1"                   "help-context"          # Not yet implemented!
-\bind "F2"                     "buffer-write"
+\bind "F2"                     "buffer-write force"
 \bind "F3"                     "word-find"
 \bind "C-F4"                   "buffer-close"
 \bind "M-F4"                   "lyx-quit"