Assembly: Fix conflicting shortcuts
This commit is contained in:
committed by
Chris Hennes
parent
91cc7c37e5
commit
10d3a47e99
@@ -392,7 +392,7 @@ class CommandCreateJointGears:
|
||||
return {
|
||||
"Pixmap": "Assembly_CreateJointGears",
|
||||
"MenuText": QT_TRANSLATE_NOOP("Assembly_CreateJointGears", "Create Gears Joint"),
|
||||
"Accel": "X",
|
||||
"Accel": "T",
|
||||
"ToolTip": "<p>"
|
||||
+ QT_TRANSLATE_NOOP(
|
||||
"Assembly_CreateJointGears",
|
||||
@@ -423,7 +423,7 @@ class CommandCreateJointBelt:
|
||||
return {
|
||||
"Pixmap": "Assembly_CreateJointPulleys",
|
||||
"MenuText": QT_TRANSLATE_NOOP("Assembly_CreateJointBelt", "Create Belt Joint"),
|
||||
"Accel": "P",
|
||||
"Accel": "L",
|
||||
"ToolTip": "<p>"
|
||||
+ QT_TRANSLATE_NOOP(
|
||||
"Assembly_CreateJointBelt",
|
||||
|
||||
@@ -65,7 +65,7 @@ class CommandCreateSimulation:
|
||||
return {
|
||||
"Pixmap": "Assembly_CreateSimulation",
|
||||
"MenuText": QT_TRANSLATE_NOOP("Assembly_CreateSimulation", "Create Simulation"),
|
||||
"Accel": "S",
|
||||
"Accel": "V",
|
||||
"ToolTip": "<p>"
|
||||
+ QT_TRANSLATE_NOOP(
|
||||
"Assembly_CreateSimulation",
|
||||
|
||||
Reference in New Issue
Block a user