]> git.lyx.org Git - features.git/commitdiff
In aqua.bind replace an LFUN with one that exists
authorScott Kostyshak <skostysh@lyx.org>
Wed, 20 May 2015 03:31:53 +0000 (23:31 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 20 May 2015 03:32:21 +0000 (23:32 -0400)
'menu-separator-insert' does not exist.
'specialchar-insert menu-separator' does exist.

lib/bind/aqua.bind

index 136bd4e0eabd48d42feb6680542a824a1f4a6df4..a026eb3b08ca99fa71fdcd58305ee14be9158688 100644 (file)
@@ -41,7 +41,7 @@ Format 2
 \bind "M-~S-i s q"             "self-insert \""
 # FIXME: find a binding for single quotes
 # \bind "M-~S-i s q"           "quote-insert single"
-\bind "M-~S-i s m"             "menu-separator-insert"
+\bind "M-~S-i s m"             "specialchar-insert menu-separator"
 
 \bind "M-~S-i h i"             "math-mode"
 \bind "M-~S-i h d"             "math-display"