CuiLiang
CuiLiang
code link: https://github.com/mfakane/rawinput-sharp/blob/fd5c60006c19bed997594bee6315f44aaabab73f/RawInput.Sharp/HidUsageAndPage.cs#L45 here's my test using this code: ```c# public override int GetHashCode() { var hashcode = typeof(HidUsageAndPage).GetHashCode() ^ UsagePage.GetHashCode() ^ Usage.GetHashCode(); Debug.WriteLine($"UsagePage:{UsagePage}, Usage:{Usage}, HashCode:{hashcode}"); return hashcode; } ```...
### Describe the bug CreateMessageBox,在Owner设定为null的情况下,会自动获取一个当前进程的窗口作为Owner, 造成了WindowStartLocation不能处于屏幕中心。  [代码位置](https://github.com/HandyOrg/HandyControl/blob/cb660054792ba9a3d9a660ec9a2deac75f321513/src/Shared/HandyControl_Shared/Controls/Window/MessageBox.cs#L453) ### Steps to reproduce the bug ~ ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version None ###...
### Describe the bug 从3.3升级到3.4以后,只能点击右侧的按钮才能展开下拉框。  ### Steps to reproduce the bug ~ ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version HandyControl 3.4.0 ### IDE...
### Describe the bug https://github.com/HandyOrg/HandyControl/blob/8e707a66a92868ba63d6083e8953164f0f18f0e5/src/Shared/HandyControl_Shared/Controls/Window/MessageBox.cs#L139 MessageBox在关闭的时候会恢复弹窗前的焦点窗口,这可能有点不是很合适。 如果弹窗显示过程中,用户切换到了其他程序,关闭弹窗会导致正在使用的程序丢失焦点。 ### Steps to reproduce the bug NA ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version None ### IDE...
公共子程序: - [x] 删除。需要验证使用情况。 - [x] 找到使用这个子程序的所有动作。 - [x] 分享 - [x] 排序和搜索 - [x] 不能有重名,名称中不能有特殊字符@$%等。 - [x] 排序(中文有问题) - [ ] 分组 - [x] 复制为动作内子程序 文本窗口中调用子程序: - [x] 有没有使用某个子程序(内部的/公共的)...
分享动作过程改进
简化PC端功能,在网页端提供更多的信息。 如:设置适用的软件/工作场景/关键词/提供图文说明等。 网页端和本地动作说明不同的情况下,请用户选择使用哪边的说明。 