From 6c3ff2ce942ce9c477a789ff2a8eb886ddc72b2f Mon Sep 17 00:00:00 2001 From: Takayama Fumihiko Date: Wed, 2 Oct 2024 00:28:00 +0900 Subject: [PATCH] Add keyboardShortcut into ComplexModificationsEditView --- .../SettingsWindow/src/View/ComplexModificationsEditView.swift | 1 + 1 file changed, 1 insertion(+) 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") } }