]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/site.bind
fix comment
[lyx.git] / lib / bind / site.bind
index 02b9ce23abb36805b73d59c303471f7eaca1d38d..dc76b680d355f091decec8d3cc966c5848e3f1fc 100644 (file)
@@ -1,6 +1,6 @@
 # -*- text -*-
 
-# file cua.bind
+# file site.bind
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 #
 # with every new install of LyX and your changes will be lost.
 # 
 
+Format 5
+
 \bind "Right"      "char-right"
 \bind "Left"       "char-left"
 \bind "Up"         "up"
 \bind "Down"       "down"
 
-\bind "Tab"        "command-alternatives completion-accept;cell-forward;tab-insert;depth-increment;outline-in"
+\bind "Tab"        "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
 \bind "C-Tab"      "cell-split"
 \bind "~S-ISO_Left_Tab"    "cell-backward"
-\bind "~S-BackTab" "command-alternatives cell-backward;tab-delete;depth-decrement;outline-out"
+\bind "~S-BackTab" "command-alternatives cell-backward;tab-delete;outline-out;depth-decrement"
 
 \bind "Home"       "line-begin"
 \bind "End"        "line-end"
 
 \bind "Prior"      "screen-up"
 \bind "Next"       "screen-down"
-\bind "Return"     "break-paragraph"
-\bind "Delete"     "char-delete-forward"
-\bind "BackSpace"  "char-delete-backward"
+\bind "Return"     "paragraph-break"
+\bind "Delete"     "char-delete-forward confirm"
+\bind "BackSpace"  "char-delete-backward confirm"
 
-\bind "KP_Enter"   "break-paragraph"
+\bind "KP_Enter"   "paragraph-break"
 \bind "KP_Right"   "char-right"
 \bind "KP_Left"    "char-left"
 \bind "KP_Up"      "up"