Merge branch 'continuous_generation' of https://github.com/ribawaja/openOutpaint into continuous_generation

This commit is contained in:
ribawaja 2023-01-01 20:41:14 -05:00
commit a23488c798

View file

@ -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();
});