|
68 | 68 | Margin="0,0,0,8"/> |
69 | 69 |
|
70 | 70 | <Grid RowDefinitions="20,20,20,20" ColumnDefinitions="80,*"> |
71 | | - <TextBlock Grid.Row="0" Grid.Column="0" Classes="monospace bold" Text="Ctrl+T"/> |
| 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 | | - <TextBlock Grid.Row="1" Grid.Column="0" Classes="monospace bold" Text="Ctrl+W" /> |
| 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="Ctrl+Tab"/> |
| 77 | + <TextBlock Grid.Row="2" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+Tab, macOS=⌘+⌥+>}"/> |
78 | 78 | <TextBlock Grid.Row="2" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Global.GotoNextTab}" /> |
79 | 79 |
|
80 | 80 | <TextBlock Grid.Row="3" Grid.Column="0" Classes="monospace bold" Text="ESC"/> |
|
88 | 88 | Margin="0,8"/> |
89 | 89 |
|
90 | 90 | <Grid RowDefinitions="20,20,20,20,20,20" ColumnDefinitions="80,*"> |
91 | | - <TextBlock Grid.Row="0" Grid.Column="0" Classes="monospace bold" Text="Ctrl+F"/> |
| 91 | + <TextBlock Grid.Row="0" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+F, macOS=⌘+F}"/> |
92 | 92 | <TextBlock Grid.Row="0" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.ToggleSearch}" /> |
93 | 93 |
|
94 | | - <TextBlock Grid.Row="1" Grid.Column="0" Classes="monospace bold" Text="Ctrl+1"/> |
| 94 | + <TextBlock Grid.Row="1" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+1, macOS=⌘+1}"/> |
95 | 95 | <TextBlock Grid.Row="1" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.ViewHistories}" /> |
96 | 96 |
|
97 | | - <TextBlock Grid.Row="2" Grid.Column="0" Classes="monospace bold" Text="Ctrl+2"/> |
| 97 | + <TextBlock Grid.Row="2" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+2, macOS=⌘+2}"/> |
98 | 98 | <TextBlock Grid.Row="2" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.ViewChanges}" /> |
99 | 99 |
|
100 | | - <TextBlock Grid.Row="3" Grid.Column="0" Classes="monospace bold" Text="Ctrl+3"/> |
| 100 | + <TextBlock Grid.Row="3" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+3, macOS=⌘+3}"/> |
101 | 101 | <TextBlock Grid.Row="3" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.ViewStashes}" /> |
102 | 102 |
|
103 | | - <TextBlock Grid.Row="4" Grid.Column="0" Classes="monospace bold" Text="SPACE"/> |
| 103 | + <TextBlock Grid.Row="4" Grid.Column="0" Classes="monospace bold" Text="Space"/> |
104 | 104 | <TextBlock Grid.Row="4" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.Repo.StageOrUnstageSelected}" /> |
105 | 105 |
|
106 | 106 | <TextBlock Grid.Row="5" Grid.Column="0" Classes="monospace bold" Text="F5"/> |
|
114 | 114 | Margin="0,8"/> |
115 | 115 |
|
116 | 116 | <Grid RowDefinitions="20,20,20,20" ColumnDefinitions="80,*"> |
117 | | - <TextBlock Grid.Row="0" Grid.Column="0" Classes="monospace bold" Text="Ctrl+F"/> |
| 117 | + <TextBlock Grid.Row="0" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Ctrl+F, macOS=⌘+F}"/> |
118 | 118 | <TextBlock Grid.Row="0" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.TextEditor.Search}" /> |
119 | 119 |
|
120 | | - <TextBlock Grid.Row="1" Grid.Column="0" Classes="monospace bold" Text="Shift+F3"/> |
| 120 | + <TextBlock Grid.Row="1" Grid.Column="0" Classes="monospace bold" Text="{OnPlatform Shift+F3, macOS=⇧+F3}"/> |
121 | 121 | <TextBlock Grid.Row="1" Grid.Column="1" Margin="16,0,0,0" Text="{DynamicResource Text.Hotkeys.TextEditor.GotoPrevMatch}" /> |
122 | 122 |
|
123 | 123 | <TextBlock Grid.Row="2" Grid.Column="0" Classes="monospace bold" Text="F3"/> |
|
0 commit comments