Implemented change charset with the native PC charset keys.

Hacking was needed:
- Textarea changed to Input type "password", so that Alphanumeric keyboard is forced all the time.
- All the key input events are heavily browser/platform/keyboard dependent.
This commit is contained in:
Gunther Brunner
2014-07-16 22:57:50 +09:00
parent 8d165bc7a3
commit da40f061b4
3 changed files with 48 additions and 4 deletions

View File

@@ -60,12 +60,14 @@ device-screen.fingering .finger {
display: block;
}
device-screen textarea {
device-screen input {
position: absolute;
z-index: 10;
outline: none;
pointer-events: none;
opacity: 0;
ime-mode: disabled;
inputmode: verbatim;
}
.stf-device-control .dragover {