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
This commit is contained in:
Richard Heck 2008-05-04 16:27:08 +00:00
parent 63f67b0116
commit 02eb8d0b78

View File

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