- added shortcut key 'L' for creating 'New Excellon'

This commit is contained in:
Marius Stanciu
2019-01-27 05:50:41 +02:00
committed by Marius S
parent 4f7b2bbb34
commit 18fb7c2c1f
4 changed files with 10 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ class App(QtCore.QObject):
# Version
version = 8.905
version_date = "2019/01/26"
version_date = "2019/01/28"
beta = True
# URL for update checks and statistics
@@ -3716,6 +3716,9 @@ class App(QtCore.QObject):
if event.key == 'J':
self.on_jump_to()
if event.key == 'L':
self.new_excellon_object()
if event.key == 'M':
self.move_tool.toggle()
return