Disable tool shortcuts. Find out why they override view controls.

This commit is contained in:
David Vierra 2015-01-13 15:41:32 -10:00
parent a1e3f48f58
commit 49e88faec6

View File

@ -160,7 +160,7 @@ class EditorSession(QtCore.QObject):
action = QtGui.QAction(
self.tr(name),
self,
shortcut=self.toolShortcut(name),
#shortcut=self.toolShortcut(name), # xxxx coordinate with view movement keys
triggered=_triggered,
checkable=True,
icon=icon,