Skip to content

Commit

Permalink
update in screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjinhuagood committed Jun 21, 2022
1 parent d5af82f commit 66afe04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SoftwareHelper/SoftwareHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WPFDevelopers, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WPFDevelopers.1.0.4\lib\net40\WPFDevelopers.dll</HintPath>
<Reference Include="WPFDevelopers, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WPFDevelopers.1.0.5-preview\lib\net40\WPFDevelopers.dll</HintPath>
</Reference>
<Reference Include="WPFDevelopers.Minimal, Version=3.2.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WPFDevelopers.Minimal.3.2.2\lib\net40\WPFDevelopers.Minimal.dll</HintPath>
Expand Down
2 changes: 0 additions & 2 deletions SoftwareHelper/Views/EmbedDeasktopView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@ public EmbedDeasktopView()

private void OnHookKeyUp(object sender, HookEventArgs e)
{
if (!mainVM.IsEmbedded) return;
SetKeyUp(e.Key);
KeyDownPanel.Visibility = Visibility.Collapsed;
}

private void OnHookKeyDown(object sender, HookEventArgs e)
{
if (!mainVM.IsEmbedded) return;
SetKeyDown(e.Key);
if (IsKeyDown(Key.PrintScreen))
{
Expand Down
2 changes: 1 addition & 1 deletion SoftwareHelper/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="WPFDevelopers" version="1.0.4" targetFramework="net40-client" />
<package id="WPFDevelopers" version="1.0.5-preview" targetFramework="net40-client" />
<package id="WPFDevelopers.Minimal" version="3.2.2" targetFramework="net40-client" />
</packages>

0 comments on commit 66afe04

Please sign in to comment.