修复鼠标快捷键会失效以及快捷键不对应前的备份,

This commit is contained in:
鑫Intel 2021-07-04 09:28:01 +08:00
parent f4763017c4
commit 3869ec013b
7 changed files with 5 additions and 3 deletions

1
Bin/Debug/VSoft/1.txt Normal file
View File

@ -0,0 +1 @@
XButton1

View File

@ -1,5 +1,5 @@
[VSoft] [VSoft]
hwnd=135982 hwnd=1577024
width=733 width=733
height=570 height=570
[VSoft_Test] [VSoft_Test]

Binary file not shown.

View File

@ -1,3 +1,3 @@
<root> <root>
<list id="LastUpdateTime" Value="2021/3/8 14:49:57" /> <list id="LastUpdateTime" Value="2021/6/15 10:04:53" />
</root> </root>

Binary file not shown.

View File

@ -65,6 +65,7 @@ namespace VSoft
} }
if (e.Button== button) if (e.Button== button)
{ {
ryCommon.RyFiles.WriteAllText(Application.StartupPath+"\\1.txt",e.Button.ToString(),Encoding.UTF8);
if(Math.Abs((dt_lastMouse-DateTime.Now).TotalMilliseconds)<500) if(Math.Abs((dt_lastMouse-DateTime.Now).TotalMilliseconds)<500)
{ {
clickcount++; clickcount++;

View File

@ -18,7 +18,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>..\..\Bin\Debug\VSoft\</OutputPath> <OutputPath>..\..\Bin\Debug\VSoft\</OutputPath>
<DefineConstants>TRACE;DEBUG;DY</DefineConstants> <DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget> <PlatformTarget>x86</PlatformTarget>