mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user