mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Remap shortcut
This is a bit more logical than 'G', I'd say. E is now available since other shortcuts were remapped as well. Contributes to issue CURA-5634 and fixes #3969.
This commit is contained in:
parent
db6d18cf2c
commit
e4bdd8096a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ from UM.Settings.SettingInstance import SettingInstance
|
|||
class SupportEraser(Tool):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self._shortcut_key = Qt.Key_G
|
||||
self._shortcut_key = Qt.Key_E
|
||||
self._controller = self.getController()
|
||||
|
||||
self._selection_pass = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue