mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* 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:
parent
8e4e29653a
commit
bb55f5dfb3
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user