Improve hotkey capture and validation
This commit is contained in:
@@ -81,7 +81,8 @@
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<TextBlock Text="Hotkey" VerticalAlignment="Center" Margin="0,0,8,8"/>
|
||||
<TextBox x:Name="HotkeyBox" Grid.Column="1" Margin="0,0,0,8"/>
|
||||
<TextBox x:Name="HotkeyBox" Grid.Column="1" Margin="0,0,0,8"
|
||||
PreviewKeyDown="HotkeyBox_PreviewKeyDown"/>
|
||||
|
||||
<TextBlock Text="Default for New Items" Grid.Row="1" VerticalAlignment="Center" Margin="0,0,8,0"/>
|
||||
<ComboBox x:Name="DisplayModeBox" Grid.Row="1" Grid.Column="1"/>
|
||||
|
||||
Reference in New Issue
Block a user