]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
doc files: port recent changes from branch
[lyx.git] / lib / bind / cua.bind
index ff92336aeb9b82f9c4dc1238d321fc05c4bcf25e..9c5652a76147dbca52ef24733d6b1d5bbfdf26b5 100644 (file)
@@ -34,7 +34,7 @@
 
 ###
 
-Format 3
+Format 4
 
 \bind "C-n"                    "buffer-new"
 \bind "C-S-N"                  "buffer-new-template"
@@ -90,8 +90,8 @@ Format 3
 \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"
@@ -131,10 +131,10 @@ Format 3
 # 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"