mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
vnc页面支持\键
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user