- added more editing features in the Selected Tab for the FlatCAMDocument object

This commit is contained in:
Marius Stanciu
2019-10-03 21:44:37 +03:00
committed by Marius
parent 1d2c046ecc
commit fb0edc6c18
13 changed files with 296 additions and 14 deletions

View File

@@ -2591,6 +2591,10 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
if key == QtCore.Qt.Key_B:
self.app.new_gerber_object()
# New Geometry
if key == QtCore.Qt.Key_D:
self.app.new_document_object()
# Copy Object Name
if key == QtCore.Qt.Key_E:
self.app.object2editor()