- in Gerber editor added the G key shortcut to toggle the grid snapping
This commit is contained in:
@@ -1449,6 +1449,10 @@ class TrackEditorGrb(ShapeToolEditorGrb):
|
||||
self.draw_app.draw_utility_geometry(geo_shape=geo)
|
||||
return _("Backtracked one point ...")
|
||||
|
||||
# Jump to coords
|
||||
if key == QtCore.Qt.Key_G or key == 'G':
|
||||
self.draw_app.app.ui.grid_snap_btn.trigger()
|
||||
|
||||
# Jump to coords
|
||||
if key == QtCore.Qt.Key_J or key == 'J':
|
||||
self.draw_app.app.on_jump_to()
|
||||
|
||||
Reference in New Issue
Block a user