vnc页面支持\键

This commit is contained in:
lwch
2021-12-10 18:19:49 +08:00
parent 617fd3ae88
commit 36fc4f37c5
+2
View File
@@ -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) {