summaryrefslogtreecommitdiff
path: root/web/share
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-07-17 02:58:23 +0300
committerDevaev Maxim <[email protected]>2021-07-17 02:58:23 +0300
commit7862189373db760203f600ecc8e27b0bf7bc573e (patch)
treeec9413fdb482986ef02944e8803663e2266bf8a4 /web/share
parent88f634802a58aa255c76c6a3d8dad234a64a17e2 (diff)
increased shortcut press time to 100ms
Diffstat (limited to 'web/share')
-rw-r--r--web/share/js/kvm/hid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/kvm/hid.js b/web/share/js/kvm/hid.js
index 933590e6..a561ae4f 100644
--- a/web/share/js/kvm/hid.js
+++ b/web/share/js/kvm/hid.js
@@ -206,7 +206,7 @@ export function Hid(__getResolution) {
} else {
resolve(null);
}
- }, 50);
+ }, 100);
iterate();
});
};