* bind math-macro-unfold to C-minus via command-alternatives in math mode

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27030 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-10-22 22:33:26 +00:00
parent 8e4e29653a
commit bb55f5dfb3
2 changed files with 2 additions and 3 deletions

View 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"

View File

@ -142,8 +142,7 @@
# 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