diff --git a/js/initalize/shortcuts.populate.js b/js/initalize/shortcuts.populate.js index 3e44ac0..b7c8279 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: "KeyC"}, () => { +keyboard.onShortcut({key: "KeyB"}, () => { tools.colorbrush.enable(); }); keyboard.onShortcut({key: "KeyI"}, () => { @@ -29,3 +29,6 @@ keyboard.onShortcut({key: "KeyU"}, () => { keyboard.onShortcut({key: "KeyN"}, () => { tools.interrogate.enable(); }); +keyboard.onShortcut({key: "KeyC"}, () => { + maskPaintLayer.clear(); +});