]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / lfuns.h
index 4768e01893342280bc66027bd4d91ff38c66b416..cda5a2d0f8894713b0a942fc9f820044926b5cee 100644 (file)
@@ -369,7 +369,9 @@ enum kb_action {
        // 280
        LFUN_INSET_DISSOLVE,                 // jspitzm 20060807
        LFUN_CHANGE_NEXT,
-
+       LFUN_WINDOW_NEW,                 // Abdel 20061021
+       LFUN_UNICODE_INSERT,             // Lgb 20061022
+       
        LFUN_LASTACTION                  // end of the table
 };