]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
Default font for an InsetLayout should be to inherit everything.
[lyx.git] / lib / bind / sciword.bind
index d395ac59b234eea53d65d08849caca131e0c6df9..75ecf2752adca180574ea05e45a41b50717fcab8 100644 (file)
@@ -13,6 +13,8 @@
 #\bind "C-b"                    "font-bold"
 
 # Copy, paste, etc.: more familiar keys
+Format 1
+
 \bind "C-c"    "copy"
 
 # Display equation toggle: type it in a displayed equation to convert it
 \bind_file greekkeys.bind
 
 
-\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 "S-KP_Right"                     "char-right-select"
 \bind "S-KP_Left"                              "char-left-select"
 \bind "S-KP_Up"                                "up-select"