]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
Fix string
[lyx.git] / lib / bind / cua.bind
index 2aa9be5db21826ad7bd152f8354cb8b6d4537fae..918ca02d7a6b75e3dae63ed0ea83cbe0f49261c4 100644 (file)
@@ -34,7 +34,7 @@
 
 ###
 
-Format 2
+Format 5
 
 \bind "C-n"                    "buffer-new"
 \bind "C-S-N"                  "buffer-new-template"
@@ -75,6 +75,7 @@ Format 2
 \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-c"                    "copy"
 \bind "C-x"                    "cut"
@@ -90,8 +91,8 @@ Format 2
 \bind "C-a"                    "inset-select-all"
 
 \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 "~S-M-quotedbl"          "quote-insert inner"
+\bind "~S-C-quotedbl"          "quote-insert outer auto plain"
 \bind "C-minus"                        "specialchar-insert hyphenation"
 \bind "C-S-underscore"         "math-macro-fold"
 \bind "C-M-minus"              "specialchar-insert nobreakdash"
@@ -104,7 +105,7 @@ Format 2
 
 #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"
@@ -123,6 +124,7 @@ Format 2
 
 \bind "F11"                    "ui-toggle fullscreen"
 
+\bind "M-0"                    "buffer-zoom"
 \bind "M-equal"                        "buffer-zoom-in"
 \bind "M-plus"                 "buffer-zoom-in"
 \bind "M-minus"                        "buffer-zoom-out"
@@ -131,10 +133,10 @@ Format 2
 # Motion group
 #
 
-\bind "M-Up"                   "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up"
-\bind "M-Down"                 "command-alternatives outline-down; paragraph-move-down; inset-modify tabular move-row-down"
-\bind "M-Right"                        "inset-modify tabular move-column-right"
-\bind "M-Left"                 "inset-modify tabular move-column-left"
+\bind "M-Up"                   "command-alternatives outline-up; paragraph-move-up; tabular-feature move-row-up"
+\bind "M-Down"                 "command-alternatives outline-down; paragraph-move-down; tabular-feature move-row-down"
+\bind "M-Right"                        "tabular-feature move-column-right"
+\bind "M-Left"                 "tabular-feature move-column-left"
 \bind "C-Right"                        "word-right"
 \bind "C-Left"                 "word-left"
 \bind "C-Up"                   "paragraph-up"