]> git.lyx.org Git - features.git/commitdiff
Add bind to Insert > Separated <Environment> Above
authorScott Kostyshak <skostysh@lyx.org>
Sat, 23 May 2020 13:03:51 +0000 (09:03 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 24 May 2020 17:45:26 +0000 (13:45 -0400)
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 386aba099bc493f963ed0d865f391f46d3f6477e)

lib/bind/menus.bind
status.23x

index a27fab842d56bfd89944045421982f9d55d1f495..7135e286508f12b4b454e13175a3f1637b094574 100644 (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"
 
index cad7b7f53527ebc3ba310aaf5e1828df8d8056bb..50b68bfb2749225194d5ea1673cd6a782f9a6f59 100644 (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