mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-07 00:15:53 +08:00
monitor mode: combination keys not supported
This commit is contained in:
@@ -95,6 +95,12 @@ public partial class HotKeySettingModel : ObservableObject
|
||||
}
|
||||
else
|
||||
{
|
||||
// 如果是组合键,不支持
|
||||
if (HotKey.Modifiers != ModifierKeys.None)
|
||||
{
|
||||
HotKey = HotKey.None;
|
||||
return;
|
||||
}
|
||||
KeyboardMonitorHook = new KeyboardHook
|
||||
{
|
||||
IsHold = IsHold
|
||||
|
||||
Reference in New Issue
Block a user