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

This commit is contained in:
Roy-043
2025-10-25 16:32:52 +02:00
committed by Max Wilfinger
parent e366824b74
commit b433350aff

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