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:
committed by
Chris Hennes
parent
1ff4b2020b
commit
8e8bad8ee6
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user