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:
Scott Kostyshak 2020-05-23 09:03:51 -04:00
parent e7e32984cf
commit 3792f3e649
2 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,7 @@ Format 4
\bind "M-p Up" "outline-up"
\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 S-Return" "environment-split outer"

View File

@ -22,6 +22,8 @@ What's new
- Keep citation style when all selected citations are deleted (bug 11748).
- Add shortcut for Insert > Separated <Environment> Above.
* MISCELLANEOUS