mirror of
https://github.com/langgenius/dify.git
synced 2026-07-27 06:58:30 +08:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
import type { Hotkey } from '@tanstack/react-hotkeys'
|
|
|
|
export const GOTO_ANYTHING_HOTKEY = 'Mod+K' satisfies Hotkey
|