]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
tufte-handout.lyx: remove some unnecessary TeX code
[lyx.git] / lib / bind / sciword.bind
index e582c05af457887e7944181744fdaf2cffe4f5b9..ede33c90ee1876bf68fc639153eaddc86b5de77b 100644 (file)
@@ -13,7 +13,7 @@
 #\bind "C-b"                    "font-bold"
 
 # Copy, paste, etc.: more familiar keys
-Format 1
+Format 4
 
 \bind "C-c"    "copy"
 
@@ -113,7 +113,8 @@ Format 1
 \bind "C-x"    "cut"
 \bind "C-z"    "undo"
 \bind "S-C-Z"  "redo"
-\bind "C-a"    "command-sequence buffer-begin ; buffer-end-select"   # select all
+\bind "C-a"    "inset-select-all"
+\bind "C-M-a"  "command-sequence buffer-begin ; buffer-end-select"   # select all
 
 
 # This combination makes an umlaut accent now.
@@ -231,10 +232,10 @@ Format 1
 \bind_file greekkeys.bind
 
 
-\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 "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 "S-KP_Right"                     "char-right-select"
 \bind "S-KP_Left"                              "char-left-select"
 \bind "S-KP_Up"                                "up-select"
@@ -263,6 +264,6 @@ Format 1
 \bind "C-M-c" "buffer-view"
 
 # custom commands imported from cua.bind by Michael
-\bind "C-space"                        "command-alternatives space-insert protected ; math-space"
+\bind "C-space"                        "command-alternatives math-space ; space-insert protected"
 \bind "C-Return"               "newline-insert newline"
 \bind "C-S-Return"             "newline-insert linebreak"