Change keyboard shortcut from 'I, P' to 'I, S'

This commit is contained in:
Roy-043
2025-10-26 15:01:08 +01:00
committed by Max Wilfinger
parent e366824b74
commit b433350aff
+1 -1
View File
@@ -459,7 +459,7 @@ class Arch_IfcSpreadsheet:
return {
"Pixmap": "Arch_Schedule",
"MenuText": QT_TRANSLATE_NOOP("Arch_IfcSpreadsheet", "New IFC Spreadsheet"),
"Accel": "I, P",
"Accel": "I, S",
"ToolTip": QT_TRANSLATE_NOOP(
"Arch_IfcSpreadsheet", "Creates a spreadsheet to store IFC properties of an object"
),