Add shortcut: Ctrl+,: Preferences

FreeCAD doesn't have a shortcut for Preferences.

As far as I know there is no established standard for Preferences. I
chose Ctrl+, as that is used by a number of applications, like VS Code,
nautilus and gedit.
This commit is contained in:
Snow Faerie
2024-07-19 23:00:52 +02:00
committed by Chris Hennes
parent 1ff4b2020b
commit 8e8bad8ee6

View File

@@ -409,6 +409,7 @@ StdCmdDlgPreferences::StdCmdDlgPreferences()
sStatusTip = QT_TR_NOOP("Opens a Dialog to edit the preferences");
sPixmap = "preferences-system";
eType = 0;
sAccel = "Ctrl+,";
}
Action * StdCmdDlgPreferences::createAction()