From 02eb8d0b78e285f16294f9cc823260b0adf12b72 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 4 May 2008 16:27:08 +0000 Subject: [PATCH] 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 --- lib/bind/math.bind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2