]> git.lyx.org Git - features.git/commitdiff
* bind math-macro-unfold to C-minus via command-alternatives in math mode
authorStefan Schimanski <sts@lyx.org>
Wed, 22 Oct 2008 22:33:26 +0000 (22:33 +0000)
committerStefan Schimanski <sts@lyx.org>
Wed, 22 Oct 2008 22:33:26 +0000 (22:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27030 a592a061-630c-0410-9148-cb99ea01b6c8

lib/bind/cua.bind
lib/bind/math.bind

index 9cbf04936c7882ac1ba0207bf0740cfa65268d16..9ce2428f50bd871544ec27facdcb4762f2a18b80 100644 (file)
@@ -85,7 +85,7 @@
 \bind "C-S-E"                  "changes-track"  # it's what MS Word uses
 \bind "~S-M-quotedbl"          "quote-insert single"
 \bind "~S-C-quotedbl"          "self-insert \""
-\bind "C-minus"                        "specialchar-insert hyphenation"
+\bind "C-minus"                        "command-alternatives math-macro-fold;specialchar-insert hyphenation"
 \bind "C-M-minus"              "specialchar-insert nobreakdash"
 \bind "M-S-Right"              "depth-increment"
 \bind "M-S-Left"               "depth-decrement"
index 856cec9a23681ee92d6f91ff4a89bad8f2e83c1f..164b6f6e758b8a7fed097a83d61f513b3080ef78 100644 (file)
 
 # math-macros
 \bind "C-plus"         "math-macro-unfold"
-# FIXME: this accelerator is already taken by
-# specialspecialchar-insert hyphenation in cua.bind
+# Defined in cua.bind as command-alternative to specialchar-insert hyphenation
 #\bind "C-minus"        "math-macro-fold"
 
 # This should be handled properly by some "get the next key" method