Add NHotkey library.

This commit is contained in:
qianlifeng
2014-02-20 23:15:03 +08:00
parent 445f06f4b3
commit 8f2d69b7f7
10 changed files with 124 additions and 190 deletions

View File

@@ -1,6 +1,7 @@
<Window x:Class="Wox.SettingWidow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wox="clr-namespace:Wox"
Icon="Images\app.png"
Title="Wox Setting"
ResizeMode="NoResize"
@@ -22,6 +23,9 @@
<TextBlock Text="Theme:" />
<ComboBox x:Name="themeComboBox" SelectionChanged="ThemeComboBox_OnSelectionChanged" HorizontalAlignment="Left" VerticalAlignment="Top" Width="120"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="10">
<wox:HotkeyControl />
</StackPanel>
</StackPanel>
</TabItem>
<TabItem Header="Web Search">