mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-05 14:48:51 +00:00
git submodule update --remote
This commit is contained in:
parent
9748fbb076
commit
96781a784b
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 35901e2eaa40bc697e3864cb63812fb355af4087
|
Subproject commit b3b635ef46b7aed3ee9e27abe7ec1f2688695bfb
|
|
@ -49,7 +49,7 @@ namespace v2rayN.Desktop.Handler
|
||||||
}
|
}
|
||||||
|
|
||||||
var vKey = KeyInterop.VirtualKeyFromKey((Key)item.KeyCode);
|
var vKey = KeyInterop.VirtualKeyFromKey((Key)item.KeyCode);
|
||||||
var modifiers = Modifiers.NoRepeat;
|
var modifiers = Modifiers.None;
|
||||||
if (item.Control)
|
if (item.Control)
|
||||||
{
|
{
|
||||||
modifiers |= Modifiers.Control;
|
modifiers |= Modifiers.Control;
|
||||||
|
|
Loading…
Reference in a new issue