]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
Rob's latest and greatest dialog tweaking.
[lyx.git] / src / commandtags.h
index 1ef2827646add12ec2452ff40acad52f03a18829..8666699b7ad1491b82f1ae657f2ee8dcb898179d 100644 (file)
@@ -82,6 +82,7 @@ enum kb_action {
        LFUN_ENDSEL,  // 60
        LFUN_WORDRIGHTSEL,
        LFUN_WORDLEFTSEL,
+       LFUN_WORDSEL,
        LFUN_BEGINNINGBUFSEL,
        LFUN_ENDBUFSEL,
        LFUN_PROTECTEDSPACE,
@@ -289,6 +290,7 @@ enum kb_action {
        LFUN_MOUSE_DOUBLE,             // André 9 Aug 2002
        LFUN_MOUSE_TRIPLE,             // André 9 Aug 2002
        LFUN_EDIT,                      // André 16 Aug 2002
+       LFUN_INSET_WRAP,                // Dekel 7 Apr 2002
        LFUN_LASTACTION  /* this marks the end of the table */
 };