X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fsite.bind;h=82a8de1a2dd52f5f053c373e00db8879a2c8e900;hb=7ea63770665edcecc93ccddef382fdf96b7f953d;hp=ddb84b6d2f835bdf494d052d975a49c362ba5bb7;hpb=adbde70cf182c3b689f0f6ca13418b26250bc055;p=lyx.git diff --git a/lib/bind/site.bind b/lib/bind/site.bind index ddb84b6d2f..82a8de1a2d 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 4 + \bind "Right" "char-right" \bind "Left" "char-left" \bind "Up" "up" \bind "Down" "down" -\bind "Tab" "command-alternatives completion-accept;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 "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"