]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
more cursor dispatch
[lyx.git] / src / lyx_main.C
index eb5d7b0289d18ad3d593a9d5fab056cf04c095fd..53f614750ee59a75907cf2487365eb43b95093ec 100644 (file)
@@ -424,10 +424,6 @@ void LyX::defaultKeyBindings(kb_keymap  * kbmap)
        kbmap->bind("Delete", FuncRequest(LFUN_DELETE));
        kbmap->bind("BackSpace", FuncRequest(LFUN_BACKSPACE));
 
-       // sub- and superscript -MV
-       kbmap->bind("~S-underscore", FuncRequest(LFUN_SUBSCRIPT));
-       kbmap->bind("~S-asciicircum", FuncRequest(LFUN_SUPERSCRIPT));
-
        // kbmap->bindings to enable the use of the numeric keypad
        // e.g. Num Lock set
        //kbmap->bind("KP_0", FuncRequest(LFUN_SELFINSERT));