forked from GamemakerChina/GameMaker-maunl-zh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hotkey.struct
15 lines (12 loc) · 882 Bytes
/
hotkey.struct
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"esc"=//layer.closeAll()
,"1"=//if(!$('textarea:focus').length)$(".layui-layer button:contains('彩云')").click()
,"2"=//if(!$('textarea:focus').length)$(".layui-layer button:contains('DeepL')").click()
,"3"=//if(!$('textarea:focus').length)$(".layui-layer button:contains('LangX')").click()
,"4"=//if(!$('textarea:focus').length)$(".layui-layer button:contains('AWS')").click()
,"5"=//if(!$('textarea:focus').length)$(".layui-layer button:contains('阿里')").click()
,"6"=//if(!$('textarea:focus').length)$(".layui-layer button:contains('新译')").click()
,"7"=//if(!$('textarea:focus').length)$(".layui-layer button:contains('讯飞')").click()
,"`"=//layer.close("distinction");if(!$('textarea:focus').length)$(".layui-layer button:contains('distinction')").click()
,"space"=//if(!$('textarea:focus').length)$(".layui-layer button:contains('Ok!')").click()
}