feat: implement chroma key operation and related keybinds, update workspace panel management
This commit is contained in:
@@ -17,7 +17,7 @@ describe("command palette input", () => {
|
||||
expect(dispatched).toEqual([{ commandId: commandIds.commandPaletteOpen, payload: undefined }]);
|
||||
});
|
||||
|
||||
test("ignores unmodified K so the chroma key tool keeps its shortcut", () => {
|
||||
test("ignores unmodified K so the chroma key operation keeps its shortcut", () => {
|
||||
const consumed = handleCommandPaletteKey({
|
||||
event: { key: "k", code: "KeyK", altKey: false, ctrlKey: false, metaKey: false, shiftKey: false },
|
||||
dispatch: () => undefined as never,
|
||||
|
||||
Reference in New Issue
Block a user