Skip to content

Commit

Permalink
feature: add Ctrl+Enter/⌘+Enter hotkey to submit conventional commit (
Browse files Browse the repository at this point in the history
  • Loading branch information
love-linger committed Jan 7, 2025
1 parent 85504b1 commit 903a3b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Views/ConventionalCommitMessageBuilder.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
Margin="0,8,0,16"
HorizontalAlignment="Center"
Content="{DynamicResource Text.Sure}"
Click="OnApplyClicked"/>
Click="OnApplyClicked"
HotKey="{OnPlatform Ctrl+Enter, macOS=⌘+Enter}"
ToolTip.Tip="{OnPlatform Ctrl+Enter, macOS=⌘+Enter}"
ToolTip.Placement="Top"
ToolTip.VerticalOffset="0"/>
</Grid>
</v:ChromelessWindow>

0 comments on commit 903a3b9

Please sign in to comment.