]> 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 6860bff84c4195c67fbf553dd707fd0ef9767b6c..af90fbe4301aef4691c73f0a48e0336bd8e53c76 100644 (file)
@@ -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,7 +223,7 @@ 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"