X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flfuns.h;h=486c51b879cc5aa69d2f743d0cff279dc5895ccb;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=cda5a2d0f8894713b0a942fc9f820044926b5cee;hpb=3674a8c003a5d4f6e890b47062b164395e17e0f8;p=lyx.git diff --git a/src/lfuns.h b/src/lfuns.h index cda5a2d0f8..486c51b879 100644 --- a/src/lfuns.h +++ b/src/lfuns.h @@ -370,8 +370,14 @@ enum kb_action { LFUN_INSET_DISSOLVE, // jspitzm 20060807 LFUN_CHANGE_NEXT, LFUN_WINDOW_NEW, // Abdel 20061021 + LFUN_WINDOW_CLOSE, // Abdel 20061023 LFUN_UNICODE_INSERT, // Lgb 20061022 - + // 285 + LFUN_BOOKMARK_CLEAR, // bpeng 20061031 + LFUN_TOOLBAR_TOGGLE_STATE, // bpeng 20061101 + LFUN_NOMENCL_INSERT, // Ugras + LFUN_NOMENCL_PRINT, // Ugras + LFUN_LASTACTION // end of the table };