]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
re-enable mathrm toggling with C-m (was disabled by accident)
[lyx.git] / src / commandtags.h
index d6d2a8b2ad09a5a4c1d90ab3b6dc41cf5d143b30..2c76063fd7ed3647ffc783e42539bc037bf3c1fc 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,
@@ -293,6 +297,8 @@ enum kb_action {
        LFUN_HELP_ABOUTLYX,             // Edwin 20010712
        LFUN_THESAURUS_ENTRY,           // Levon 20010720
        LFUN_HELP_TEXINFO,              // Herbert 20011001
+       LFUN_FORKS_SHOW,                // Angus 16 Feb 2002
+       LFUN_FORKS_KILL,                // Angus 16 Feb 2002
        LFUN_LASTACTION  /* this marks the end of the table */
 };