]> git.lyx.org Git - features.git/commitdiff
* math.bind:
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 23 May 2008 10:11:07 +0000 (10:11 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 23 May 2008 10:11:07 +0000 (10:11 +0000)
- comment out already taken accelerator (bug 4880).
  Stefan, please select an unused one.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24902 a592a061-630c-0410-9148-cb99ea01b6c8

lib/bind/math.bind

index 663e06511a16013783d8956e8c129f56e1f83ad9..856cec9a23681ee92d6f91ff4a89bad8f2e83c1f 100644 (file)
 
 # math-macros
 \bind "C-plus"         "math-macro-unfold"
-\bind "C-minus"        "math-macro-fold"
+# FIXME: this accelerator is already taken by
+# specialspecialchar-insert hyphenation in cua.bind
+#\bind "C-minus"        "math-macro-fold"
 
 # This should be handled properly by some "get the next key" method