Add NoVnc keyboard (#13)

* novnc wip.

* remove blacklistKeys.

* eslint ignore all js files.

* ad common keyboard interface.

* upgrade novnc.

* fix novnc.

* fix novnc keyboard.

* fix keyboard remapping.

* conditionally include novnc at build time.
This commit is contained in:
Miroslav Šedivý
2022-10-04 20:28:07 +02:00
committed by GitHub
parent 3a75b1bf54
commit 0371a7dc4c
18 changed files with 4014 additions and 1532 deletions

View File

@ -14,5 +14,6 @@
"no-dupe-class-members": "off",
"no-console": "off",
"no-empty": "off"
}
},
"ignorePatterns": ["**/*.js"]
}