diff --git a/designer/ctl_mgr/t_function_finder.tsf b/designer/ctl_mgr/t_function_finder.tsf index 239cea9..2e2208a 100644 --- a/designer/ctl_mgr/t_function_finder.tsf +++ b/designer/ctl_mgr/t_function_finder.tsf @@ -54,6 +54,14 @@ type t_function_finder=class(tdcreateform) begin ec := e.charcode; case ec of + ord("O"): + begin + if ssCtrl in e.shiftstate() then + begin + e.skip := true; + openthefile(); + end + end 13: begin return dofind(); diff --git a/editor-install.exe b/editor-install.exe index 26bfb49..7699240 100644 Binary files a/editor-install.exe and b/editor-install.exe differ diff --git a/tsleditor.exe b/tsleditor.exe index c229416..d3b29ea 100644 Binary files a/tsleditor.exe and b/tsleditor.exe differ diff --git a/tslvcltool.exe b/tslvcltool.exe index 681424c..26413eb 100644 Binary files a/tslvcltool.exe and b/tslvcltool.exe differ