mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add bind to Insert > Separated <Environment> Above
The binding <Alt + p, Shift + Return> is already used for
environment-split outer, so we bind <Alt + p, Alt + Return>
to environment-split before.
(cherry picked from commit 386aba099b
)
This commit is contained in:
parent
e7e32984cf
commit
3792f3e649
@ -126,6 +126,7 @@ Format 4
|
|||||||
\bind "M-p Up" "outline-up"
|
\bind "M-p Up" "outline-up"
|
||||||
\bind "M-p Down" "outline-down"
|
\bind "M-p Down" "outline-down"
|
||||||
|
|
||||||
|
\bind "M-p M-Return" "environment-split before"
|
||||||
\bind "M-p Return" "command-alternatives environment-split ; environment-split previous"
|
\bind "M-p Return" "command-alternatives environment-split ; environment-split previous"
|
||||||
\bind "M-p S-Return" "environment-split outer"
|
\bind "M-p S-Return" "environment-split outer"
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@ What's new
|
|||||||
|
|
||||||
- Keep citation style when all selected citations are deleted (bug 11748).
|
- Keep citation style when all selected citations are deleted (bug 11748).
|
||||||
|
|
||||||
|
- Add shortcut for Insert > Separated <Environment> Above.
|
||||||
|
|
||||||
|
|
||||||
* MISCELLANEOUS
|
* MISCELLANEOUS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user