Composer settings: shorten send-key labels to 'Return' / '⌘ + Return'

Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
2026-06-14 19:13:44 -07:00
co-authored by Claude Opus 4.8
parent 18f6cd395a
commit c4289e95a0
+2 -2
View File
@@ -15,8 +15,8 @@ enum SubmitKeyMode: String, CaseIterable, Identifiable {
var label: String {
switch self {
case .returnSends: "Return to send"
case .modifierSends: "⌘Return to send"
case .returnSends: "Return"
case .modifierSends: " + Return"
}
}