From: Richard Heck Date: Sun, 4 May 2008 16:27:08 +0000 (+0000) Subject: Fix an unintentional problem. X-Git-Tag: 1.6.10~4911 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=02eb8d0b78e285f16294f9cc823260b0adf12b72;p=features.git Fix an unintentional problem. Generally speaking, these hints aren't terribly useful. Just having a list of umpteen possible next keys with no indication what any of them do is, well, as I said, not terribly useful. But I don't have a better idea, unless we can somehow do tooltips off the status bar. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24600 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/bind/math.bind b/lib/bind/math.bind index 0e775f1db0..663e06511a 100644 --- a/lib/bind/math.bind +++ b/lib/bind/math.bind @@ -34,8 +34,8 @@ \bind "M-m f" "math-insert \frac" \bind "M-m s" "math-insert \sqrt" -\bind "M-m e" "math-superscript" \bind "M-m x" "math-subscript" +\bind "M-m e" "math-superscript" \bind "M-m u" "math-insert \sum" \bind "M-m i" "math-insert \int"