ShiinaRinne 2023-11-15 21:01:38 +08:00 committed by GitHub
parent e3c8ccfafe
commit a9c7916b3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();