Search found 6 matches

by willzheng7
21 Dec 2017, 14:18
Forum: Ask for Help (v1)
Topic: How could I paste a photo with a hotkey?
Replies: 5
Views: 2937

Re: How could I paste a photo with a hotkey?

"You can also use WinClip to put HTML into the clipboard and paste which is very useful for pasting into HTML emails. You can basically create nice templates if you want." Thank you so much. This is exactly the function that I am looking for. I also want to create nice templates because I am dealing...
by willzheng7
21 Dec 2017, 09:22
Forum: 请求帮助
Topic: 如何用快捷键快速粘贴一个图片
Replies: 2
Views: 4114

如何用快捷键快速粘贴一个图片

比如,我有一张图片在 D:\photo\test.png

如何写一段代码,可以去D盘的 photo文件夹,找到 test.png 这张图片。

当我写邮件的时候,按 Ctrl + ALT + V 就可以把这张图片粘贴到 我的邮件正文当中。 请问如何实现,非常感谢你的帮助
by willzheng7
21 Dec 2017, 09:20
Forum: Ask for Help (v1)
Topic: How could I paste a photo with a hotkey?
Replies: 5
Views: 2937

How could I paste a photo with a hotkey?

Let's say, I have a photo in "D:\photo\test.png"

When I reply an email, I want to paste this photo in my email with a hotkey "Ctrl + ALT + V"

You help is very much appreciated.
by willzheng7
15 Feb 2017, 21:15
Forum: Ask for Help (v1)
Topic: How to assign a hotkey to any random windows without change code all the time Topic is solved
Replies: 2
Views: 963

How to assign a hotkey to any random windows without change code all the time Topic is solved

Let's say I want to assign 3 hotkey to 3 random opened window. such as "ALT+1" , "ALT+2" ,"ALT+3" , Press them to Activate specific window and Minimize it again and again. For Windows 1 (active status): ------------------------------------------------------------------------------------------------ ...
by willzheng7
09 Feb 2017, 15:21
Forum: 请求帮助
Topic: 如何用autohotkey给当前窗口绑定一个快捷键,想要切换到这个窗口,只要按这个快捷键就可以了?
Replies: 2
Views: 7457

如何用autohotkey给当前窗口绑定一个快捷键,想要切换到这个窗口,只要按这个快捷键就可以了?

我自己写了一段代码,确实可以实现这个功能。 但是想要给多个窗口绑定一个快捷键却失败了。 我想要用 “ALT+1” ,“ALT+2” ,“ALT+3” ,“ALT+4” ,分别绑定不同的窗口。 请问代码应该怎么写? 谢谢。 (上次在知乎提问,很顺利的得到了解决方案, 希望这次也有人可以帮助我。) ;以下是我自己写的代码,我尝试这个段代码复制4遍, 只修改其中的快捷键。 但是运行失败了。 不知道原因在哪里,谢谢指教。 ;Open this windows with hotkey ALT + 1 !1:: WinGet, active_id, ID, A MsgBox, You can activa...

Go to advanced search