diff --git a/src/ce_editoroptions.pas b/src/ce_editoroptions.pas index 05913024..17a264a5 100644 --- a/src/ce_editoroptions.pas +++ b/src/ce_editoroptions.pas @@ -453,6 +453,8 @@ begin // try to find, if not match cur action, set to 0 kst.ShortCut := shc.shortcut; except + kst.ShortCut := 0; + shc.shortcut := 0; // TODO-cfeaure: manage shortcuts conflicts // either here or in the shortcut editor. // by default and if a conflict exists synedit will raise an exception here.