mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 10:55:43 +08:00
完善编排执行命令功能
This commit is contained in:
@@ -284,7 +284,7 @@ export default defineComponent({
|
||||
.map((key) => (!isMac && key === "command" ? "meta" : key));
|
||||
|
||||
const args = [argvs.mainKey, ...activeModifiers];
|
||||
return `keyTap("${args.join('","')}")`;
|
||||
return `${this.modelValue.value}("${args.join('","')}")`;
|
||||
},
|
||||
updateValue(argv) {
|
||||
const newArgvs = {
|
||||
|
||||
Reference in New Issue
Block a user