]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
Renamed category 'Theorem' and 'Theorems' to 'Reasoning'
[lyx.git] / lib / bind / cua.bind
index 7487c08a2e91122e1822c7fe7771a90e016fea7b..af90fbe4301aef4691c73f0a48e0336bd8e53c76 100644 (file)
@@ -39,7 +39,7 @@ Format 1
 \bind "C-n"                    "buffer-new"
 \bind "C-S-N"                  "buffer-new-template"
 \bind "C-o"                    "file-open"
-\bind "C-w"                    "buffer-close"
+\bind "C-w"                    "view-close"
 \bind "C-s"                    "buffer-write"
 \bind "C-S-S"                  "buffer-write-as"
 \bind "C-p"                    "dialog-show print"
@@ -132,8 +132,10 @@ Format 1
 # Motion group
 #
 
-\bind "M-Up"                   "paragraph-move-up"
-\bind "M-Down"                 "paragraph-move-down"
+\bind "M-Up"                   "command-alternatives paragraph-move-up; inset-modify tabular move-row-up"
+\bind "M-Down"                 "command-alternatives 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 "C-Right"                        "word-right"
 \bind "C-Left"                 "word-left"
 \bind "C-Up"                   "paragraph-up"
@@ -146,7 +148,6 @@ Format 1
 \bind "C-~S-greater"           "label-goto"
 \bind "C-~S-less"              "bookmark-goto 0"
 
-
 #
 # Motion + select group
 #
@@ -222,11 +223,11 @@ Format 1
 
 \bind "C-Delete"               "word-delete-forward"
 \bind "C-BackSpace"            "word-delete-backward"
-\bind "M-Return"               "break-paragraph inverse"
+\bind "M-Return"               "paragraph-break inverse"
 \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"