Revert "adjust shortcuts"

This reverts commit 987f29739a.
This commit is contained in:
ribawaja 2023-01-01 20:43:16 -05:00
parent a23488c798
commit bf40218f28

View file

@ -14,7 +14,7 @@ keyboard.onShortcut({key: "KeyD"}, () => {
keyboard.onShortcut({key: "KeyM"}, () => { keyboard.onShortcut({key: "KeyM"}, () => {
tools.maskbrush.enable(); tools.maskbrush.enable();
}); });
keyboard.onShortcut({key: "KeyB"}, () => { keyboard.onShortcut({key: "KeyC"}, () => {
tools.colorbrush.enable(); tools.colorbrush.enable();
}); });
keyboard.onShortcut({key: "KeyI"}, () => { keyboard.onShortcut({key: "KeyI"}, () => {
@ -29,6 +29,3 @@ keyboard.onShortcut({key: "KeyU"}, () => {
keyboard.onShortcut({key: "KeyN"}, () => { keyboard.onShortcut({key: "KeyN"}, () => {
tools.interrogate.enable(); tools.interrogate.enable();
}); });
keyboard.onShortcut({key: "KeyC"}, () => {
maskPaintLayer.clear();
});