]> git.lyx.org Git - features.git/commitdiff
Tab binding: outline-in before depth-increment
authorScott Kostyshak <skostysh@lyx.org>
Thu, 16 May 2019 17:58:18 +0000 (13:58 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:30 +0000 (15:48 +0200)
Same for BackTab. The outline-in was originally (31398779)
introduced to the command-sequence at the end. Probably it was
placed at the end to be conservative (i.e., so that it would only
change behavior where there was a no-op before).

This fixes #11576.

lib/bind/site.bind

index 4c3c60967f6757c8e54c3c288fa97ab2b7564b5c..615c685e8b8a0776eb38e141de0717d84b80eda0 100644 (file)
@@ -27,10 +27,10 @@ Format 5
 \bind "Up"         "up"
 \bind "Down"       "down"
 
-\bind "Tab"        "command-alternatives completion-accept;cell-forward;tab-insert;depth-increment;outline-in"
+\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" "command-alternatives cell-backward;tab-delete;depth-decrement;outline-out"
+\bind "~S-BackTab" "command-alternatives cell-backward;tab-delete;outline-out;depth-decrement"
 
 \bind "Home"       "line-begin"
 \bind "End"        "line-end"