import { writable } from 'svelte/store'; export const disableShortcut = writable(false);