From b9e2b4fec29c2d62fff0585b250a3c900443c2eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 24 Jun 2002 15:36:03 +0000 Subject: [PATCH] fix the bug that guy on the boat mentioned (M-m x and M-m e shortcuts) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4465 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/bind/math.bind | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/bind/math.bind b/lib/bind/math.bind index 216d643e3d..440009ce5b 100644 --- a/lib/bind/math.bind +++ b/lib/bind/math.bind @@ -28,9 +28,8 @@ \bind "M-m f" "math-insert \frac" \bind "M-m s" "math-insert \sqrt" -\bind "M-m e" "math-insert \mathcircumflex" -\bind "M-m S-X" "math-insert \mathcircumflex" -\bind "M-m x" "math-insert \_ " +\bind "M-m e" "math-superscript" +\bind "M-m x" "math-subscript" \bind "M-m S-A" "command-sequence math-mode; font-roman; math-insert Å;" \bind "M-m S-O" "command-sequence math-mode; font-roman; math-insert Ø;" -- 2.39.2