From: Scott Kostyshak Date: Sat, 23 May 2020 13:03:51 +0000 (-0400) Subject: Add bind to Insert > Separated Above X-Git-Tag: lyx-2.4.0dev-acb2ca7b~832 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=386aba099bc493f963ed0d865f391f46d3f6477e;p=lyx.git Add bind to Insert > Separated Above The binding is already used for environment-split outer, so we bind to environment-split before. --- diff --git a/lib/bind/menus.bind b/lib/bind/menus.bind index ea4b365342..fafc2d36e2 100644 --- a/lib/bind/menus.bind +++ b/lib/bind/menus.bind @@ -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"