This commit is contained in:
Maze Winther
2026-01-21 12:52:20 +01:00
parent e1d82eca09
commit 8500dd770b
123 changed files with 544 additions and 441 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ import { create } from "zustand";
import { persist } from "zustand/middleware";
import type { TActionWithOptionalArgs } from "@/lib/actions";
import { getDefaultShortcuts } from "@/lib/actions";
import { isAppleDevice, isTypableDOMElement } from "@/lib/utils";
import { isTypableDOMElement } from "@/utils/browser";
import { isAppleDevice } from "@/utils/platform";
import { KeybindingConfig, ShortcutKey } from "@/types/keybinding";
export const defaultKeybindings: KeybindingConfig = getDefaultShortcuts();