add ctrl + d as well
This commit is contained in:
parent
75cf43c795
commit
362782d368
|
@ -21,7 +21,7 @@
|
|||
node: document.getElementById("elm"),
|
||||
});
|
||||
initSockets(app);
|
||||
const allowedKeys = ["l"];
|
||||
const allowedKeys = ["l", "d"];
|
||||
document.addEventListener("keydown", (event) => {
|
||||
if (
|
||||
event.ctrlKey &&
|
||||
|
|
Loading…
Reference in a new issue