|
89 | 89 | FontSize="{Binding Source={x:Static vm:Preferences.Instance}, Path=DefaultFontSize, Converter={x:Static c:DoubleConverters.Increase}}" |
90 | 90 | Margin="0,8"/> |
91 | 91 |
|
92 | | - <Grid RowDefinitions="20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20" ColumnDefinitions="150,*"> |
| 92 | + <Grid RowDefinitions="20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20" ColumnDefinitions="150,*"> |
93 | 93 | <TextBlock Grid.Row="0" Grid.Column="0" Classes="bold" Text="{OnPlatform Ctrl+Shift+H, macOS=⌘+⇧+H}"/> |
94 | 94 | <TextBlock Grid.Row="0" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.GoHome}" /> |
95 | 95 |
|
|
125 | 125 |
|
126 | 126 | <TextBlock Grid.Row="11" Grid.Column="0" Classes="bold" Text="{OnPlatform Ctrl+Shift+Up, macOS=⌘+⇧+Up}"/> |
127 | 127 | <TextBlock Grid.Row="11" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.Push}" /> |
128 | | - |
| 128 | + |
129 | 129 | <TextBlock Grid.Row="12" Grid.Column="0" Classes="bold" Text="{OnPlatform Ctrl+Shift+P, macOS=⌘+⇧+P}"/> |
130 | 130 | <TextBlock Grid.Row="12" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.OpenCommandPalette}" /> |
131 | 131 |
|
132 | | - <TextBlock Grid.Row="13" Grid.Column="0" Classes="bold" Text="{OnPlatform Ctrl+J, macOS=⌘+J}"/> |
133 | | - <TextBlock Grid.Row="13" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.ToggleHistoriesDetailPanel}" /> |
134 | | - |
135 | | - <TextBlock Grid.Row="14" Grid.Column="0" Classes="bold" Text="{OnPlatform Alt+Down, macOS=⌥+Down}"/> |
136 | | - <TextBlock Grid.Row="14" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.GoToParent}" /> |
| 132 | + <TextBlock Grid.Row="13" Grid.Column="0" Classes="bold" Text="{OnPlatform Ctrl+E, macOS=⌘+E}"/> |
| 133 | + <TextBlock Grid.Row="13" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Repository.Explore}" /> |
| 134 | + |
| 135 | + <TextBlock Grid.Row="14" Grid.Column="0" Classes="bold" Text="{OnPlatform Ctrl+J, macOS=⌘+J}"/> |
| 136 | + <TextBlock Grid.Row="14" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.ToggleHistoriesDetailPanel}" /> |
137 | 137 |
|
138 | | - <TextBlock Grid.Row="15" Grid.Column="0" Classes="bold" Text="{OnPlatform Alt+Up, macOS=⌥+Up}"/> |
139 | | - <TextBlock Grid.Row="15" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.GoToChild}" /> |
| 138 | + <TextBlock Grid.Row="15" Grid.Column="0" Classes="bold" Text="{OnPlatform Alt+Down, macOS=⌥+Down}"/> |
| 139 | + <TextBlock Grid.Row="15" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.GoToParent}" /> |
140 | 140 |
|
141 | | - <TextBlock Grid.Row="16" Grid.Column="0" Classes="bold" Text="F5"/> |
142 | | - <TextBlock Grid.Row="16" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.Refresh}" /> |
| 141 | + <TextBlock Grid.Row="16" Grid.Column="0" Classes="bold" Text="{OnPlatform Alt+Up, macOS=⌥+Up}"/> |
| 142 | + <TextBlock Grid.Row="16" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.GoToChild}" /> |
| 143 | + |
| 144 | + <TextBlock Grid.Row="17" Grid.Column="0" Classes="bold" Text="F5"/> |
| 145 | + <TextBlock Grid.Row="17" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.Refresh}" /> |
143 | 146 | </Grid> |
144 | 147 | </StackPanel> |
145 | 148 | </Border> |
|
0 commit comments