]> git.lyx.org Git - features.git/commitdiff
Add tab/backtab for outline-in/out sections.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 26 Sep 2008 07:54:52 +0000 (07:54 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 26 Sep 2008 07:54:52 +0000 (07:54 +0000)
very cool stuff!

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

lib/bind/site.bind

index b7dd580baf2cb2cd9df848437b1117f64ea08c69..0f73b9c9c82bf61285275ac651ab5db430825c7b 100644 (file)
 \bind "Up"         "up"
 \bind "Down"       "down"
 
-\bind "Tab"        "command-alternatives completion-accept;cell-forward;depth-increment"
+\bind "Tab"        "command-alternatives completion-accept;cell-forward;depth-increment;outline-in"
 \bind "C-Tab"      "cell-split"
 \bind "~S-ISO_Left_Tab"    "cell-backward"
-\bind "~S-BackTab" "command-alternatives cell-backward;depth-decrement"
+\bind "~S-BackTab" "command-alternatives cell-backward;depth-decrement;outline-out"
 
 \bind "Home"       "line-begin"
 \bind "End"        "line-end"