|
67 | 67 | FontSize="{Binding Source={x:Static vm:Preference.Instance}, Path=DefaultFontSize, Converter={x:Static c:FontSizeModifyConverters.Increase}}" |
68 | 68 | Margin="0,0,0,8"/> |
69 | 69 |
|
70 | | - <Grid RowDefinitions="20,20,20,20" ColumnDefinitions="80,*"> |
| 70 | + <Grid RowDefinitions="20,20,20,20,20" ColumnDefinitions="150,*"> |
71 | 71 | <TextBlock Grid.Row="0" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+T, macOS=⌘+T}"/> |
72 | 72 | <TextBlock Grid.Row="0" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Global.NewTab}" /> |
73 | 73 |
|
74 | 74 | <TextBlock Grid.Row="1" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+W, macOS=⌘+W}" /> |
75 | 75 | <TextBlock Grid.Row="1" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Global.CloseTab}" /> |
76 | 76 |
|
77 | | - <TextBlock Grid.Row="2" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+Tab, macOS=⌘+⌥+→}"/> |
78 | | - <TextBlock Grid.Row="2" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Global.GotoNextTab}" /> |
| 77 | + <TextBlock Grid.Row="2" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Shift+Ctrl+Tab, macOS=⌘+⌥+←}"/> |
| 78 | + <TextBlock Grid.Row="2" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Global.GotoPrevTab}" /> |
79 | 79 |
|
80 | | - <TextBlock Grid.Row="3" Grid.Column="0" Classes="monospace bold" Text="ESC"/> |
81 | | - <TextBlock Grid.Row="3" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Global.CancelPopup}" /> |
| 80 | + <TextBlock Grid.Row="3" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+Tab, macOS=⌘+⌥+→}"/> |
| 81 | + <TextBlock Grid.Row="3" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Global.GotoNextTab}" /> |
| 82 | + |
| 83 | + <TextBlock Grid.Row="4" Grid.Column="0" Classes="monospace bold" Text="ESC"/> |
| 84 | + <TextBlock Grid.Row="4" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Global.CancelPopup}" /> |
82 | 85 | </Grid> |
83 | 86 |
|
84 | 87 | <TextBlock Text="{DynamicResource Text.Hotkeys.Repo}" |
|
87 | 90 | FontSize="{Binding Source={x:Static vm:Preference.Instance}, Path=DefaultFontSize, Converter={x:Static c:FontSizeModifyConverters.Increase}}" |
88 | 91 | Margin="0,8"/> |
89 | 92 |
|
90 | | - <Grid RowDefinitions="20,20,20,20,20,20" ColumnDefinitions="80,*"> |
| 93 | + <Grid RowDefinitions="20,20,20,20,20,20" ColumnDefinitions="150,*"> |
91 | 94 | <TextBlock Grid.Row="0" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+F, macOS=⌘+F}"/> |
92 | | - <TextBlock Grid.Row="0" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.ToggleSearch}" /> |
| 95 | + <TextBlock Grid.Row="0" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.OpenSearchCommits}" /> |
93 | 96 |
|
94 | 97 | <TextBlock Grid.Row="1" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+1, macOS=⌘+1}"/> |
95 | 98 | <TextBlock Grid.Row="1" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.ViewHistories}" /> |
|
113 | 116 | FontSize="{Binding Source={x:Static vm:Preference.Instance}, Path=DefaultFontSize, Converter={x:Static c:FontSizeModifyConverters.Increase}}" |
114 | 117 | Margin="0,8"/> |
115 | 118 |
|
116 | | - <Grid RowDefinitions="20,20,20,20" ColumnDefinitions="80,*"> |
| 119 | + <Grid RowDefinitions="20,20,20,20" ColumnDefinitions="150,*"> |
117 | 120 | <TextBlock Grid.Row="0" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+F, macOS=⌘+F}"/> |
118 | 121 | <TextBlock Grid.Row="0" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.TextEditor.Search}" /> |
119 | 122 |
|
120 | | - <TextBlock Grid.Row="1" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Shift+F3, macOS=⇧+F3}"/> |
| 123 | + <TextBlock Grid.Row="1" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Shift+F3/Shift+Enter, macOS=⇧+F3/⇧+Enter}"/> |
121 | 124 | <TextBlock Grid.Row="1" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.TextEditor.GotoPrevMatch}" /> |
122 | 125 |
|
123 | | - <TextBlock Grid.Row="2" Grid.Column="0" Classes="monospace bold" Text="F3"/> |
| 126 | + <TextBlock Grid.Row="2" Grid.Column="0" Classes="monospace bold" Text="F3/Enter"/> |
124 | 127 | <TextBlock Grid.Row="2" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.TextEditor.GotoNextMatch}" /> |
125 | 128 |
|
126 | 129 | <TextBlock Grid.Row="3" Grid.Column="0" Classes="monospace bold" Text="ESC"/> |
|
0 commit comments