mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-10 07:23:23 +08:00
发送文本默认使用hideMainWindowPasteText以保持更好的兼容性
This commit is contained in:
@@ -28,7 +28,7 @@ const shortCodes = {
|
||||
electron.clipboard.writeText(text);
|
||||
},
|
||||
send: (text) => {
|
||||
window.utools.hideMainWindowTypeString(text);
|
||||
window.utools.hideMainWindowPasteText(text);
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user