diff --git a/src/apps/SettingsWindow/src/View/ComplexModificationsEditView.swift b/src/apps/SettingsWindow/src/View/ComplexModificationsEditView.swift index 27e8fefbb..f3c25b5e8 100644 --- a/src/apps/SettingsWindow/src/View/ComplexModificationsEditView.swift +++ b/src/apps/SettingsWindow/src/View/ComplexModificationsEditView.swift @@ -47,6 +47,7 @@ struct ComplexModificationsEditView: View { } ) .buttonStyle(BorderedProminentButtonStyle()) + .keyboardShortcut("s") } }