Skip to content

Commit b248be5

Browse files
committed
ux: remove unused hotkey bindings (#2390)
Signed-off-by: leo <longshuang@msn.cn>
1 parent b5fd290 commit b248be5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Views/DiffView.axaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@
114114
Classes="icon_button"
115115
Width="28"
116116
Click="OnGotoLastChange"
117-
IsVisible="{Binding IsTextDiff}"
118-
HotKey="{OnPlatform Ctrl+Alt+End, macOS=⌘+Alt+End}">
117+
IsVisible="{Binding IsTextDiff}">
119118
<ToolTip.Tip>
120119
<TextBlock>
121120
<Run Text="{DynamicResource Text.Diff.Last}"/>

0 commit comments

Comments
 (0)