mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-29 12:22:44 +08:00
适配新版utools模拟按键api
This commit is contained in:
parent
208d75c22b
commit
23f9073eb1
@ -439,7 +439,7 @@ $("#options").on('click', '#addKey', function () {
|
||||
if (!m1 && !m2) {
|
||||
code += `('${k}');\n`;
|
||||
} else if(m1 && m2){
|
||||
code += `('${k}', ['${m1}', '${m2}']);\n`
|
||||
code += `('${k}', '${m1}', '${m2}');\n`
|
||||
} else {
|
||||
code += `('${k}', '${m1}${m2}');\n`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user