mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
9 lines
404 B
JavaScript
9 lines
404 B
JavaScript
|
|
export const UI_FONT_SIZE_SET = 'UI_FONT_SIZE_SET';
|
||
|
|
export const UI_FONT_SIZE_INCR = 'UI_FONT_SIZE_INCR';
|
||
|
|
export const UI_FONT_SIZE_DECR = 'UI_FONT_SIZE_DECR';
|
||
|
|
export const UI_FONT_SIZE_RESET = 'UI_FONT_SIZE_RESET';
|
||
|
|
export const UI_MOVE_LEFT = 'UI_MOVE_LEFT';
|
||
|
|
export const UI_MOVE_RIGHT = 'UI_MOVE_RIGHT';
|
||
|
|
export const UI_MOVE_TO = 'UI_MOVE_TO';
|
||
|
|
export const UI_SHOW_PREFERENCES = 'UI_SHOW_PREFERENCES';
|