Skip to content

Commit

Permalink
Add keyboardShortcut into ComplexModificationsEditView
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Oct 1, 2024
1 parent b3788cf commit 6c3ff2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ struct ComplexModificationsEditView: View {
}
)
.buttonStyle(BorderedProminentButtonStyle())
.keyboardShortcut("s")
}
}

Expand Down

0 comments on commit 6c3ff2c

Please sign in to comment.