On Tue, Nov 07, 2000 at 09:57:47AM +0900, R. Lahaye wrote:
> 
> The current patch includes:
> 
>   * src/lib/ui/default.ui: added sub/superscripts to menu as
>   Insert->Special characters  and  cleaned-up the file.

Wouldn't it be better to go directly into math text mode ?
Namely,

--- lyx-devel/lib/ui/default.ui Tue Nov  7 18:43:22 2000
+++ lyx-devel2/lib/ui/default.ui        Tue Nov  7 18:52:25 2000
@@ -182,8 +182,8 @@
     End
 
     Menu "insert_special"
-       Item "Subscript|S" "math-insert _"
-       Item "Superscript|u" "math-insert ^"
+       Item "Subscript|S" "command-sequence math-insert _;math-mode;"
+       Item "Superscript|u" "command-sequence math-insert ^;math-mode;"
        Item "HFill|H" "hfill-insert"
        Item "Hyphenation point|p" "hyphenation-point-insert"
        Item "Protected blank|b" "protected-space-insert"

Reply via email to