]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
the spellcheck cleanup
[lyx.git] / src / lfuns.h
index 8e443f6c9fdb8febc43e589171a57dad589f1941..359b3161fcc0c3642dabd562fe6e1110dcf1a6a3 100644 (file)
@@ -1,10 +1,10 @@
-// -*- C++ --*
+// -*- C++ -*-
 /**
  * \file lfuns.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
  * To add a new function:
  * - add a new enum constant immediately before LFUN_LASTACTION
@@ -322,7 +322,13 @@ enum kb_action {
        LFUN_EXTERNAL_EDIT,
        // 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
 };