Add hotkey setting

This commit is contained in:
qianlifeng
2014-02-22 11:55:48 +08:00
parent efdd8daa01
commit 2f5a4f63b6
11 changed files with 208 additions and 130 deletions

View File

@@ -24,7 +24,7 @@
<ComboBox x:Name="themeComboBox" SelectionChanged="ThemeComboBox_OnSelectionChanged" HorizontalAlignment="Left" VerticalAlignment="Top" Width="120"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="10">
<wox:HotkeyControl />
<wox:HotkeyControl x:Name="ctlHotkey" />
</StackPanel>
</StackPanel>
</TabItem>