File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
<Button Classes =" icon_button"
38
38
Width =" 28"
39
39
Click =" OnGotoFirstChange"
40
- HotKey =" {OnPlatform Ctrl+Alt+Home, macOS=⌘+⌥ +Home}" >
40
+ HotKey =" {OnPlatform Ctrl+Alt+Home, macOS=⌘+Alt +Home}" >
41
41
<ToolTip .Tip>
42
42
<TextBlock >
43
43
<Run Text =" {DynamicResource Text.Diff.First}" />
58
58
Width =" 28"
59
59
Click =" OnGotoPrevChange"
60
60
IsVisible =" {Binding IsTextDiff}"
61
- HotKey =" {OnPlatform Ctrl+Alt+Up, macOS=⌘+⌥ +Up}" >
61
+ HotKey =" {OnPlatform Ctrl+Alt+Up, macOS=⌘+Alt +Up}" >
62
62
<ToolTip .Tip>
63
63
<TextBlock >
64
64
<Run Text =" {DynamicResource Text.Diff.Prev}" />
98
98
<Button Classes =" icon_button"
99
99
Width =" 28"
100
100
Click =" OnGotoLastChange"
101
- HotKey =" {OnPlatform Ctrl+Alt+End, macOS=⌘+⌥ +End}" >
101
+ HotKey =" {OnPlatform Ctrl+Alt+End, macOS=⌘+Alt +End}" >
102
102
<ToolTip .Tip>
103
103
<TextBlock >
104
104
<Run Text =" {DynamicResource Text.Diff.Last}" />
You can’t perform that action at this time.
0 commit comments