]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
Make lyx2lyx output the new external inset format.
[lyx.git] / src / LyXAction.C
index 4be669e9a49717ac5bf36f9ebf3884be0795289d..5dc982296d16cba3a767668a1a4278dad3490174 100644 (file)
@@ -236,7 +236,6 @@ void LyXAction::init()
                { LFUN_PARAGRAPH_SPACING, "paragraph-spacing", Noop },
                { LFUN_UP_PARAGRAPH, "paragraph-up", ReadOnly },
                { LFUN_UP_PARAGRAPHSEL, "paragraph-up-select", ReadOnly },
-               { LFUN_PARENTINSERT, "parent-insert", Noop },
                { LFUN_PASTE, "paste", Noop },
                { LFUN_DIALOG_PREFERENCES, "dialog-preferences", NoBuffer },
                { LFUN_SAVEPREFERENCES, "preferences-save", NoBuffer },
@@ -302,7 +301,7 @@ void LyXAction::init()
                { LFUN_MESSAGE, "message", NoBuffer },
                { LFUN_TRANSPOSE_CHARS, "chars-transpose", Noop },
                { LFUN_FLOAT_LIST, "float-list", Noop },
-               { LFUN_ESCAPE, "escape", Noop },
+               { LFUN_ESCAPE, "escape", ReadOnly },
                { LFUN_HELP_ABOUTLYX, "help-aboutlyx", NoBuffer },
                { LFUN_HELP_TEXINFO, "help-Texinfo", NoBuffer },
                { LFUN_FORKS_SHOW, "show-forks", NoBuffer },