git submodule update --remote
This commit is contained in:
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