shortcut key for clearing masks

This commit is contained in:
tim h 2023-08-20 12:17:15 -05:00
parent ed309a034d
commit 7d08c6c0c0

View file

@ -37,3 +37,6 @@ keyboard.onShortcut({key: "Backquote"}, () => {
hax0r.style.display = "none";
}
});
keyboard.onShortcut({key: "Delete"}, () => {
maskPaintLayer.clear();
});