]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
whichFont down to 5.3%
[lyx.git] / src / commandtags.h
index d6d2a8b2ad09a5a4c1d90ab3b6dc41cf5d143b30..62ffb4b8346185af555395b99fd6afd0a24825e9 100644 (file)
@@ -59,6 +59,8 @@ enum kb_action {
        LFUN_BOLD,
        LFUN_ROMAN,
        LFUN_NOUN,
+       LFUN_ITAL,
+       LFUN_FRAK,
        LFUN_RIGHT,
        LFUN_LEFT,  // 40
        LFUN_UP,
@@ -94,6 +96,8 @@ enum kb_action {
        LFUN_BREAKPARAGRAPHKEEPLAYOUT,
        LFUN_QUOTE,
        LFUN_CIRCUMFLEX,
+       LFUN_SUBSCRIPT,
+       LFUN_SUPERSCRIPT,
        LFUN_GRAVE,
        LFUN_ACUTE,
        LFUN_TILDE,