]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
fix crash after removing a table row (again due to uncorrected cursor
[lyx.git] / src / lfuns.h
index 9cbaf7d7eeff48d122237127aff5302ec2d5f8f5..c37368e40b8b2c77a8beeeffaf31bb2322252b42 100644 (file)
@@ -350,6 +350,8 @@ enum kb_action {
        LFUN_LYXRC_APPLY,
        LFUN_GRAPHICS_EDIT,
        LFUN_INSET_REFRESH,
+       LFUN_NEXTBUFFER,
+       LFUN_PREVIOUSBUFFER,
 
        LFUN_LASTACTION                  // end of the table
 };