Assembly: Fix conflicting shortcuts

This commit is contained in:
Max Wilfinger
2025-06-19 11:09:58 +02:00
committed by Chris Hennes
parent 91cc7c37e5
commit 10d3a47e99
2 changed files with 3 additions and 3 deletions

View File

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

View File

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