]> git.lyx.org Git - features.git/commitdiff
Amend 8da02501, Add bindings for inset-settings
authorKornel Benko <kornel@lyx.org>
Sat, 7 Jul 2018 09:29:40 +0000 (11:29 +0200)
committerKornel Benko <kornel@lyx.org>
Sat, 7 Jul 2018 09:29:40 +0000 (11:29 +0200)
Added binding to emacs.bind too

lib/bind/emacs.bind

index 0a92d74bb2d2fafaba0c98d0043a0952ca2c99d9..60f849b67d4b720f3c7c44f7c7bb9a349b399898 100644 (file)
@@ -46,6 +46,9 @@ Format 4
 \bind "C-m"                    "mark-toggle"
 \bind "C-n"                    "down"
 \bind "C-o"                    "inset-toggle"
+
+# facemenu-menu in emacs
+\bind "M-o"                    "inset-settings"
 \bind "C-p"                    "up"
 
 # this is "quoted-insert" a total different meaning from "quote-insert"