Skip to content

Commit

Permalink
git submodule update --remote
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Mar 1, 2025
1 parent 9748fbb commit 96781a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2rayN/v2rayN.Desktop/Handler/HotkeyHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private void Register()
}

var vKey = KeyInterop.VirtualKeyFromKey((Key)item.KeyCode);
var modifiers = Modifiers.NoRepeat;
var modifiers = Modifiers.None;
if (item.Control)
{
modifiers |= Modifiers.Control;
Expand Down

0 comments on commit 96781a7

Please sign in to comment.