From: Pavel Sanda Date: Thu, 25 Sep 2008 21:31:00 +0000 (+0000) Subject: Following JMarc idea - add tab/backtab for depth changes inside enumerate-like enviro... X-Git-Tag: 1.6.10~3323 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=10a1b9987dd6220cbdb77e19e3b7e4fbab768adc;p=features.git Following JMarc idea - add tab/backtab for depth changes inside enumerate-like environment. This command-alternatives is really cool stuff. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26554 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/bind/site.bind b/lib/bind/site.bind index c29098834a..b7dd580baf 100644 --- a/lib/bind/site.bind +++ b/lib/bind/site.bind @@ -25,10 +25,10 @@ \bind "Up" "up" \bind "Down" "down" -\bind "Tab" "command-alternatives completion-accept;cell-forward" +\bind "Tab" "command-alternatives completion-accept;cell-forward;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;depth-decrement" \bind "Home" "line-begin" \bind "End" "line-end"