mirror of https://github.com/2dust/v2rayN
Merge pull request #4405 from ShiinaRinne/patch-1
fix https://github.com/2dust/v2rayN/pull/4287#discussion_r1394166976pull/4409/head
commit
aaba1f7209
|
@ -322,7 +322,7 @@ namespace v2rayN.Views
|
|||
{
|
||||
if (Keyboard.IsKeyDown(Key.LeftCtrl) || Keyboard.IsKeyDown(Key.RightCtrl))
|
||||
{
|
||||
switch (e.key)
|
||||
switch (e.Key)
|
||||
{
|
||||
case Key.V:
|
||||
ViewModel?.AddServerViaClipboard();
|
||||
|
|
Loading…
Reference in New Issue