mouseover dev

This commit is contained in:
Gabe Yuan
2023-09-06 23:35:09 +08:00
parent bdac67df88
commit 9a2b21eee5
4 changed files with 15308 additions and 10838 deletions

View File

@@ -164,9 +164,9 @@ export const OPT_STYLE_USE_COLOR = [
export const OPT_MOUSEKEY_DISABLE = "mk_disable";
export const OPT_MOUSEKEY_NONE = "mk_none";
export const OPT_MOUSEKEY_CONTROL = "mk_control";
export const OPT_MOUSEKEY_SHIFT = "mk_shift";
export const OPT_MOUSEKEY_ALT = "mk_alt";
export const OPT_MOUSEKEY_CONTROL = "mk_ctrlKey";
export const OPT_MOUSEKEY_SHIFT = "mk_shiftKey";
export const OPT_MOUSEKEY_ALT = "mk_altKey";
export const OPT_MOUSEKEY_ALL = [
OPT_MOUSEKEY_DISABLE,
OPT_MOUSEKEY_NONE,