]> git.lyx.org Git - features.git/blobdiff - src/LyXAction.cpp
Support for \slash and \nobreakdash-
[features.git] / src / LyXAction.cpp
index 095e0d3073d4c7379034871e591540693867ce8e..c3d6ff3a77c8fc9c61d355fa0e2858c996f83e50 100644 (file)
@@ -155,11 +155,9 @@ void LyXAction::init()
                { LFUN_DELETE_FORWARD_SKIP, "delete-forward-skip", Noop, Edit },
                { LFUN_DEPTH_DECREMENT, "depth-decrement", Noop, Edit },
                { LFUN_DEPTH_INCREMENT, "depth-increment", Noop, Edit },
-               { LFUN_DOTS_INSERT, "dots-insert", Noop, Edit },
                { LFUN_DOWN, "down", ReadOnly | NoUpdate, Edit },
                { LFUN_DOWN_SELECT, "down-select", ReadOnly | SingleParUpdate, Edit },
                { LFUN_DROP_LAYOUTS_CHOICE, "drop-layouts-choice", ReadOnly, Layout },
-               { LFUN_END_OF_SENTENCE_PERIOD_INSERT, "end-of-sentence-period-insert", Noop, Edit },
                { LFUN_ENVIRONMENT_INSERT, "environment-insert", Noop, Edit },
                { LFUN_ERROR_NEXT, "error-next", ReadOnly, Edit },
                { LFUN_ERT_INSERT, "ert-insert", Noop, Edit },
@@ -188,8 +186,6 @@ void LyXAction::init()
                { LFUN_FOOTNOTE_INSERT, "footnote-insert", Noop, Edit },
                { LFUN_HFILL_INSERT, "hfill-insert", Noop, Edit },
                { LFUN_HELP_OPEN, "help-open", NoBuffer | Argument, Buffer },
-               { LFUN_HYPHENATION_POINT_INSERT, "hyphenation-point-insert", Noop, Edit },
-               { LFUN_LIGATURE_BREAK_INSERT, "ligature-break-insert", Noop, Edit },
                { LFUN_INDEX_INSERT, "index-insert", Noop, Edit },
                { LFUN_INDEX_PRINT, "index-print", Noop, Edit },
                { LFUN_KEYMAP_OFF, "keymap-off", ReadOnly, Edit },
@@ -252,7 +248,6 @@ void LyXAction::init()
                { LFUN_MATH_MACRO_REMOVE_OPTIONAL_PARAM, "math-macro-remove-optional-param", Noop, Math },
                { LFUN_MATH_MACRO_ADD_GREEDY_OPTIONAL_PARAM, "math-macro-add-greedy-optional-param", Noop, Math },
                { LFUN_MENU_OPEN, "menu-open", NoBuffer, Buffer },
-               { LFUN_MENU_SEPARATOR_INSERT, "menu-separator-insert", Noop, Edit },
                { LFUN_META_PREFIX, "meta-prefix", NoBuffer, System },
                { LFUN_NEW_LINE, "new-line", Noop, Edit },
                { LFUN_NEXT_INSET_TOGGLE, "next-inset-toggle", ReadOnly, Edit },
@@ -289,6 +284,7 @@ void LyXAction::init()
                { LFUN_SCREEN_UP_SELECT, "screen-up-select", ReadOnly, Edit },
                { LFUN_SELF_INSERT, "self-insert", SingleParUpdate, Hidden },
                { LFUN_SPACE_INSERT, "space-insert", Noop, Edit },
+               { LFUN_SPECIALCHAR_INSERT, "specialchar-insert", Noop, Edit },
                { LFUN_SERVER_CHAR_AFTER, "server-char-after", ReadOnly, System },
                { LFUN_SERVER_GET_FONT, "server-get-font", ReadOnly, System },
                { LFUN_SERVER_GET_LAYOUT, "server-get-layout", ReadOnly, System },