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:
Ghostkeeper 2018-08-10 11:02:16 +02:00
parent db6d18cf2c
commit e4bdd8096a
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -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