mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Add tab/backtab for outline-in/out sections.
very cool stuff! git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26569 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
adf7a8f4a8
commit
31398779f8
@ -25,10 +25,10 @@
|
||||
\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"
|
||||
|
Loading…
Reference in New Issue
Block a user