From 362782d36811118facda356e057c702a918ae6af Mon Sep 17 00:00:00 2001 From: Azizul Karim Date: Fri, 31 Jan 2025 21:02:53 +0600 Subject: [PATCH] add ctrl + d as well --- frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 4204d27..862ec62 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -21,7 +21,7 @@ node: document.getElementById("elm"), }); initSockets(app); - const allowedKeys = ["l"]; + const allowedKeys = ["l", "d"]; document.addEventListener("keydown", (event) => { if ( event.ctrlKey &&