Add Cmd+Enter keyboard shortcut for sending post

Closes #283
This commit is contained in:
Shadowfacts 2022-12-04 14:01:09 -05:00
parent 7763d08816
commit 2e21742264
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ struct ComposeView: View {
} label: {
Text("Post")
}
.keyboardShortcut(.return, modifiers: .command)
.disabled(!postButtonEnabled)
}