mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-23 20:44:42 +08:00
修改快捷动作的send使用utools接口,按钮重新布局
This commit is contained in:
@@ -94,8 +94,7 @@ const shortCodes = [
|
||||
electron.clipboard.writeText(text);
|
||||
}),
|
||||
(send = (text) => {
|
||||
copyTo(text);
|
||||
quickcommand.simulatePaste();
|
||||
utools.hideMainWindowTypeString(text);
|
||||
}),
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user