]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
Fix #1736
[lyx.git] / src / lfuns.h
index 026c35f09eec2bd7dedada86c895ef38137fdce4..c37368e40b8b2c77a8beeeffaf31bb2322252b42 100644 (file)
@@ -347,6 +347,11 @@ enum kb_action {
        LFUN_SAVE_AS_DEFAULT,
        LFUN_BUFFERPARAMS_APPLY,
        // 265
+       LFUN_LYXRC_APPLY,
+       LFUN_GRAPHICS_EDIT,
+       LFUN_INSET_REFRESH,
+       LFUN_NEXTBUFFER,
+       LFUN_PREVIOUSBUFFER,
 
        LFUN_LASTACTION                  // end of the table
 };