]> git.lyx.org Git - lyx.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>
Sat, 23 May 2020 18:36:59 +0000 (14:36 -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.

lib/bind/menus.bind

index ea4b365342f987fa5a369a5dd1fee43626224430..fafc2d36e2d808b937e5bd1c62a7b58a07e820d3 100644 (file)
@@ -126,6 +126,7 @@ Format 5
 \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"