]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
"Inter-word Space"
[lyx.git] / src / LyXAction.C
index d5994c64d4f4b79924bdee729f03a5df92683e5b..057fc8c0aa90996dc938ac5030157e9df9ef847d 100644 (file)
@@ -145,7 +145,6 @@ void LyXAction::init()
                { LFUN_END_OF_SENTENCE, "end-of-sentence-period-insert", Noop },
                { LFUN_ENVIRONMENT_INSERT, "environment-insert", Noop },
                { LFUN_GOTOERROR, "error-next", ReadOnly },
-               { LFUN_REMOVEERRORS, "error-remove-all", ReadOnly },
                { LFUN_INSET_ERT, "ert-insert", Noop },
                { LFUN_FILE_INSERT, "file-insert", Noop },
                { LFUN_FILE_INSERT_ASCII, "file-insert-ascii", Noop },
@@ -242,7 +241,6 @@ void LyXAction::init()
                { LFUN_DIALOG_PREFERENCES, "dialog-preferences", NoBuffer },
                { LFUN_SAVEPREFERENCES, "preferences-save", NoBuffer },
                { LFUN_PASTESELECTION, "primary-selection-paste", Noop },
-               { LFUN_PROTECTEDSPACE, "protected-space-insert", Noop },
                { LFUN_QUOTE, "quote-insert", Noop },
                { LFUN_RECONFIGURE, "reconfigure", NoBuffer },
                { LFUN_REDO, "redo", Noop },
@@ -256,6 +254,7 @@ void LyXAction::init()
                { LFUN_PRIORSEL, "screen-up-select", ReadOnly },
                { LFUN_SCROLL_INSET, "inset-scroll", ReadOnly },
                { LFUN_SELFINSERT, "self-insert", Noop },
+               { LFUN_SPACE_INSERT, "space-insert", Noop },
                { LFUN_CHARATCURSOR, "server-char-after", ReadOnly },
                { LFUN_GETFONT, "server-get-font", ReadOnly },
                { LFUN_GETLAYOUT, "server-get-layout", ReadOnly },
@@ -303,7 +302,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 },
@@ -324,6 +323,7 @@ void LyXAction::init()
                { LFUN_INSET_INSERT, "inset-insert", Noop },
                { LFUN_INSET_MODIFY, "", Noop },
                { LFUN_INSET_DIALOG_UPDATE, "", Noop },
+               { LFUN_INSET_SETTINGS, "inset-settings", ReadOnly },
                { LFUN_PARAGRAPH_APPLY, "paragraph-params-apply", Noop },
                { LFUN_PARAGRAPH_UPDATE, "", Noop },
                { LFUN_NOACTION, "", Noop }