]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulabase.C
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / formulabase.C
index 94b3a8569a57f4d019e1e689485272810f99e461..13e92157c053988393acd3033b7fcbdf1d93492c 100644 (file)
@@ -508,6 +508,7 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
        case LFUN_CARON:        handleAccent(bv, "check"); break;
        case LFUN_BREVE:        handleAccent(bv, "breve"); break;
        case LFUN_VECTOR:       handleAccent(bv, "vec"); break;
+       case LFUN_UNDERBAR:     handleAccent(bv, "underbar"); break;
 
        //  Math fonts
        case LFUN_GREEK_TOGGLE: handleFont(bv, LM_TC_GREEK); break;