adjust shortcuts
This commit is contained in:
parent
395dfad628
commit
987f29739a
1 changed files with 4 additions and 1 deletions
|
@ -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: "KeyC"}, () => {
|
keyboard.onShortcut({key: "KeyB"}, () => {
|
||||||
tools.colorbrush.enable();
|
tools.colorbrush.enable();
|
||||||
});
|
});
|
||||||
keyboard.onShortcut({key: "KeyI"}, () => {
|
keyboard.onShortcut({key: "KeyI"}, () => {
|
||||||
|
@ -29,3 +29,6 @@ keyboard.onShortcut({key: "KeyU"}, () => {
|
||||||
keyboard.onShortcut({key: "KeyN"}, () => {
|
keyboard.onShortcut({key: "KeyN"}, () => {
|
||||||
tools.interrogate.enable();
|
tools.interrogate.enable();
|
||||||
});
|
});
|
||||||
|
keyboard.onShortcut({key: "KeyC"}, () => {
|
||||||
|
maskPaintLayer.clear();
|
||||||
|
});
|
||||||
|
|
Loading…
Reference in a new issue