]> git.lyx.org Git - features.git/commitdiff
Following JMarc idea - add tab/backtab for depth changes inside enumerate-like enviro...
authorPavel Sanda <sanda@lyx.org>
Thu, 25 Sep 2008 21:31:00 +0000 (21:31 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 25 Sep 2008 21:31:00 +0000 (21:31 +0000)
This command-alternatives is really cool stuff.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26554 a592a061-630c-0410-9148-cb99ea01b6c8

lib/bind/site.bind

index c29098834ab65e621aa7c62594bc440f3479bc74..b7dd580baf2cb2cd9df848437b1117f64ea08c69 100644 (file)
 \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"