X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fsite.bind;h=3756a18792cfee90d34e166be695bfde788d16e3;hb=64576f5421100489a0eb2946953f1ea97faff277;hp=4aa3375ecb21f0acb21350910c273607e119bf11;hpb=f47f4c64a5bba657c8c288be278f429619d62853;p=lyx.git diff --git a/lib/bind/site.bind b/lib/bind/site.bind index 4aa3375ecb..3756a18792 100644 --- a/lib/bind/site.bind +++ b/lib/bind/site.bind @@ -20,15 +20,17 @@ # 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" "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" @@ -42,7 +44,7 @@ \bind "KP_Enter" "break-paragraph" \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"