]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
the spellcheck cleanup
[lyx.git] / src / lfuns.h
index 8dab45e776c1f6d0cb3c1e23e6caa188516368b4..359b3161fcc0c3642dabd562fe6e1110dcf1a6a3 100644 (file)
@@ -323,7 +323,12 @@ enum kb_action {
        // 245
        LFUN_INSERT_BRANCH,
        LFUN_INSET_DIALOG_SHOW,
-       
+       LFUN_INSERT_BOX,
+       LFUN_INSERT_LINE,
+       LFUN_INSERT_PAGEBREAK,
+       // 250
+       LFUN_REPEAT,
+
        LFUN_LASTACTION                  // end of the table
 };