FEM: Change Start Calculations shortcut to S, C
Suggested by wmayer Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
a4429c9ea8
commit
7ec585ec18
|
@ -89,7 +89,7 @@ class _CommandMechanicalJobControl:
|
||||||
def GetResources(self):
|
def GetResources(self):
|
||||||
return {'Pixmap': 'Fem_NewAnalysis',
|
return {'Pixmap': 'Fem_NewAnalysis',
|
||||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Start calculation"),
|
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Start calculation"),
|
||||||
'Accel': "A",
|
'Accel': "S, C",
|
||||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Dialog to start the calculation of the mechanical anlysis")}
|
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Dialog to start the calculation of the mechanical anlysis")}
|
||||||
|
|
||||||
def Activated(self):
|
def Activated(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user