Skip to content

Commit 23f0326

Browse files
Add access keys to settings tabs
1 parent 51f1985 commit 23f0326

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DesktopClock/SettingsWindow.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</Window.Resources>
2626

2727
<TabControl Padding="12,12,12,0" SelectedIndex="{Binding Settings.SettingsTabIndex, Mode=TwoWay}">
28-
<TabItem Header="Format">
28+
<TabItem Header="_Format">
2929
<StackPanel>
3030
<TextBlock Text="Date and Time Format:" />
3131
<Grid>
@@ -87,7 +87,7 @@
8787
</StackPanel>
8888
</TabItem>
8989

90-
<TabItem Header="Appearance">
90+
<TabItem Header="_Appearance">
9191
<StackPanel>
9292
<TextBlock Text="Font Family:" />
9393
<ComboBox ItemsSource="{Binding FontFamilies}" SelectedItem="{Binding Settings.FontFamily, Mode=TwoWay}" />
@@ -170,7 +170,7 @@
170170
</StackPanel>
171171
</TabItem>
172172

173-
<TabItem Header="Behavior">
173+
<TabItem Header="_Behavior">
174174
<StackPanel>
175175
<CheckBox Content="Show in Taskbar" IsChecked="{Binding Settings.ShowInTaskbar, Mode=TwoWay}" />
176176
<TextBlock Text="Shows the app icon in the taskbar instead of the tray."
@@ -241,7 +241,7 @@
241241
</StackPanel>
242242
</TabItem>
243243

244-
<TabItem Header="Help">
244+
<TabItem Header="H_elp">
245245
<StackPanel>
246246
<TextBlock FontWeight="Bold" FontSize="16">Shortcuts</TextBlock>
247247
<StackPanel Margin="0,0,0,12">

0 commit comments

Comments
 (0)