Reduce keybind delay from 2500ms to 500ms
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
let lastKeyBindUse = 0;
|
let lastKeyBindUse = 0;
|
||||||
let keyBindDelayTime = 2500;
|
let keyBindDelayTime = 500;
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user