X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbind%2Fsite.bind;h=2e7ad434896486bfe2db4a206fb24aea79c5acd5;hb=f88986eff5aedf6cce5832b0f5028124e72482a4;hp=81d376b2e56cfb9a156b1bd396ba7a157105425f;hpb=7fb4a57ab9c049a7b7b197b1b8e86d497714988a;p=lyx.git diff --git a/lib/bind/site.bind b/lib/bind/site.bind index 81d376b2e5..2e7ad43489 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 5 + \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;outline-in;depth-increment" \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;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" "delete-forward" -\bind "BackSpace" "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" +\bind "KP_Up" "up" \bind "KP_Down" "down" \bind "KP_Home" "line-begin" \bind "KP_End" "line-end"