5 lines
190 B
TypeScript
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';
|