- using 'Escape' key shortcut while the focus is in the Tcl Shell command line will set focus on the main canvas

This commit is contained in:
Marius Stanciu
2020-11-25 21:14:18 +02:00
committed by Marius
parent 9b08c51bba
commit fb983872d0
7 changed files with 58 additions and 49 deletions

View File

@@ -19,6 +19,7 @@ CHANGELOG for FlatCAM beta
- moved around portions of code in the App.__init__ for optimization; added a control in Preferences for usage of Log in Tcl Shell
- added a text placeholder in the Tcl Shell
- added Find function in Tcl Shell (will search for either the selected text in the command line or for the one stored on the clipboard)
- using 'Escape' key shortcut while the focus is in the Tcl Shell command line will set focus on the main canvas
24.11.2020