]> git.lyx.org Git - features.git/commitdiff
Fix an unintentional problem.
authorRichard Heck <rgheck@comcast.net>
Sun, 4 May 2008 16:27:08 +0000 (16:27 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 4 May 2008 16:27:08 +0000 (16:27 +0000)
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

index 0e775f1db0aded545430525972e2fe92d34609cb..663e06511a16013783d8956e8c129f56e1f83ad9 100644 (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"