X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fsite.bind;h=f25aa7461e8a056a9c20f960fc04201b3bb60c87;hb=d4ac337f0bd89c279b2133e2475a662a3ada641b;hp=81d376b2e56cfb9a156b1bd396ba7a157105425f;hpb=7fb4a57ab9c049a7b7b197b1b8e86d497714988a;p=lyx.git diff --git a/lib/bind/site.bind b/lib/bind/site.bind index 81d376b2e5..f25aa7461e 100644 --- a/lib/bind/site.bind +++ b/lib/bind/site.bind @@ -20,29 +20,31 @@ # with every new install of LyX and your changes will be lost. # +Format 2 + \bind "Right" "char-right" \bind "Left" "char-left" \bind "Up" "up" \bind "Down" "down" -\bind "Tab" "cell-forward" +\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" "cell-backward" +\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 "Delete" "delete-forward" -\bind "BackSpace" "delete-backward" +\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" +\bind "KP_Up" "up" \bind "KP_Down" "down" \bind "KP_Home" "line-begin" \bind "KP_End" "line-end"