Files
lume/src/stores/shortcuts.tsx
2023-07-25 17:06:18 +07:00

5 lines
190 B
TypeScript

export const COMPOSE_SHORTCUT = 'meta+n';
export const ADD_IMAGEBLOCK_SHORTCUT = 'meta+i';
export const ADD_FEEDBLOCK_SHORTCUT = 'meta+f';
export const ADD_HASHTAGBLOCK_SHORTCUT = 'meta+t';