mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Tab binding: outline-in before depth-increment
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.
This commit is contained in:
parent
57fbd57ee0
commit
9ab9f2b1ac
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user