From bf40218f28e81ff96b84721f952794f24c8ee4c0 Mon Sep 17 00:00:00 2001 From: ribawaja Date: Sun, 1 Jan 2023 20:43:16 -0500 Subject: [PATCH] Revert "adjust shortcuts" This reverts commit 987f29739a4200af7f07783114d85c610ff9d2bf. --- js/initalize/shortcuts.populate.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js/initalize/shortcuts.populate.js b/js/initalize/shortcuts.populate.js index b7c8279..3e44ac0 100644 --- a/js/initalize/shortcuts.populate.js +++ b/js/initalize/shortcuts.populate.js @@ -14,7 +14,7 @@ keyboard.onShortcut({key: "KeyD"}, () => { keyboard.onShortcut({key: "KeyM"}, () => { tools.maskbrush.enable(); }); -keyboard.onShortcut({key: "KeyB"}, () => { +keyboard.onShortcut({key: "KeyC"}, () => { tools.colorbrush.enable(); }); keyboard.onShortcut({key: "KeyI"}, () => { @@ -29,6 +29,3 @@ keyboard.onShortcut({key: "KeyU"}, () => { keyboard.onShortcut({key: "KeyN"}, () => { tools.interrogate.enable(); }); -keyboard.onShortcut({key: "KeyC"}, () => { - maskPaintLayer.clear(); -});