- modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387.

This commit is contained in:
Marius Stanciu
2020-04-09 05:16:48 +03:00
committed by Marius
parent c13721184c
commit d80de538e3
35 changed files with 1135 additions and 1134 deletions

View File

@@ -934,7 +934,7 @@ class NonCopperClear(FlatCAMTool, Gerber):
self.app.inform.emit('[WARNING_NOTCL] %s...' % _("Adding Tool cancelled"))
def install(self, icon=None, separator=None, **kwargs):
FlatCAMTool.install(self, icon, separator, shortcut='ALT+N', **kwargs)
FlatCAMTool.install(self, icon, separator, shortcut='Alt+N', **kwargs)
def run(self, toggle=True):
self.app.report_usage("ToolNonCopperClear()")