From 36fc4f37c52ed4950777b61fe0b2bdf32758f8fc Mon Sep 17 00:00:00 2001 From: lwch Date: Fri, 10 Dec 2021 18:19:49 +0800 Subject: [PATCH] =?UTF-8?q?vnc=E9=A1=B5=E9=9D=A2=E6=94=AF=E6=8C=81\?= =?UTF-8?q?=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/vnc/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/vnc/index.js b/html/vnc/index.js index 42669c2..cdbf6eb 100644 --- a/html/vnc/index.js +++ b/html/vnc/index.js @@ -201,6 +201,8 @@ var page = { key = '['; } else if (e.which == 221) { key = ']'; + } else if (e.which == 220) { + key = '\\'; } else if (e.which == 186) { key = ';'; } else if (e.which == 222) {