git submodule update --remote

This commit is contained in:
2dust
2025-03-01 15:29:54 +08:00
parent 9748fbb076
commit 96781a784b
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ namespace v2rayN.Desktop.Handler
}
var vKey = KeyInterop.VirtualKeyFromKey((Key)item.KeyCode);
var modifiers = Modifiers.NoRepeat;
var modifiers = Modifiers.None;
if (item.Control)
{
modifiers |= Modifiers.Control;