]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/site.bind
RJournal.layout: remove unneeded code
[lyx.git] / lib / bind / site.bind
index b7dd580baf2cb2cd9df848437b1117f64ea08c69..f8f1523e2ada6f2214a854303b291b40b2575345 100644 (file)
 # with every new install of LyX and your changes will be lost.
 # 
 
+Format 1
+
 \bind "Right"      "char-right"
 \bind "Left"       "char-left"
 \bind "Up"         "up"
 \bind "Down"       "down"
 
-\bind "Tab"        "command-alternatives completion-accept;cell-forward;depth-increment"
+\bind "Tab"        "command-alternatives completion-accept;cell-forward;tab-insert;depth-increment;outline-in"
 \bind "C-Tab"      "cell-split"
 \bind "~S-ISO_Left_Tab"    "cell-backward"
-\bind "~S-BackTab" "command-alternatives cell-backward;depth-decrement"
+\bind "~S-BackTab" "command-alternatives cell-backward;tab-delete;depth-decrement;outline-out"
 
 \bind "Home"       "line-begin"
 \bind "End"        "line-end"
 
 \bind "Prior"      "screen-up"
 \bind "Next"       "screen-down"
-\bind "Return"     "break-paragraph"
+\bind "Return"     "paragraph-break"
 \bind "Delete"     "char-delete-forward"
 \bind "BackSpace"  "char-delete-backward"
 
-\bind "KP_Enter"   "break-paragraph"
+\bind "KP_Enter"   "paragraph-break"
 \bind "KP_Right"   "char-right"
 \bind "KP_Left"    "char-left"
 \bind "KP_Up"      "up"