From b433350aff3a17cb4e8c4a4e73c249e17be58d21 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:32:52 +0200 Subject: [PATCH] Change keyboard shortcut from 'I, P' to 'I, S' --- src/Mod/BIM/bimcommands/BimArchUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/BIM/bimcommands/BimArchUtils.py b/src/Mod/BIM/bimcommands/BimArchUtils.py index dd97e2d21e..b463642455 100644 --- a/src/Mod/BIM/bimcommands/BimArchUtils.py +++ b/src/Mod/BIM/bimcommands/BimArchUtils.py @@ -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" ),