mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-25 08:02:09 +03:00
git submodule update --remote
This commit is contained in:
+1
-1
Submodule v2rayN/GlobalHotKeys updated: 35901e2eaa...b3b635ef46
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user