qt 的快捷热键_创建快捷方式或热键以快速将邮件发送给收件人

本文介绍了如何使用qt创建向特定收件人发送电子邮件的快捷方式,包括如何为快捷方式指定热键,以便快速发送邮件,同时提到了高级的mailto语法,允许自定义主题和邮件正文。
摘要由CSDN通过智能技术生成
qt 的快捷热键

qt 的快捷热键

If you’ve ever really looked at your sent mail folder, you’ve probably noticed a trend: You email the same people over and over and over! Since we’re big fans of automating repetitive tasks, today we’re going to look at how to create shortcuts to automatically email specific recipients.

如果您曾经真正查看过已发送的邮件文件夹,那么您可能已经注意到一种趋势:一遍又一遍地向同一个人发送电子邮件! 由于我们是自动执行重复任务的忠实拥护者,因此今天我们将研究如何创建自动向特定收件人发送电子邮件的快捷方式。

You can even assign a hotkey to email a specific person this way, or email a list of people if you are so inclined.

您甚至可以分配一个热键,以这种方式通过电子邮件发送给特定的人,或者如果愿意的话,通过电子邮件发送人的名单。

Create a Quick Email Shortcut

创建快速电子邮件快捷方式

Right-click anywhere on the desktop and choose New \ Shortcut from the menu.

右键单击桌面上的任意位置,然后从菜单中选择“新建\快捷方式”。

image

In the location box, enter in the email address that you would like to create the shortcut for, using the following syntax:

在位置框中,使用以下语法输入您要为其创建快捷方式的电子邮件地址:

mailto:emailaddress@server.com

mailto:emailaddress@server.com

image

This will create a shortcut to send an email using the default mail client. On the next page, you can give the shortcut a name, and I’d suggest using something descriptive like the name of the person.

这将创建使用默认邮件客户端发送电子邮件的快捷方式。 在下一页上,您可以给快捷方式命名,我建议使用诸如人名之类的描述性名称。

image

Now I have a shortcut that I can use to quickly open up a new email to myself, using my default mail client which happens to be Outlook 2007.

现在,我有了一个快捷方式,可以使用我的默认邮件客户端(恰好是Outlook 2007)快速向自己发送一封新电子邮件。

image

If you right-click on this shortcut and choose Properties, you can add in a shortcut key as well.

如果右键单击此快捷方式并选择“属性”,则也可以添加快捷键。

image

Now I can just use Ctrl+Alt+6 whenever I want to send an email to myself. If I wanted to attach a file, I can just drag it into the window (very useful to keep backups of certain important files)

现在,只要我想向自己发送电子邮件,就可以使用Ctrl + Alt + 6组合键。 如果要附加文件,可以将其拖到窗口中(对保留某些重要文件的备份非常有用)

image

You might ask: Why would I email myself so often that I need a shortcut? The answer is simple: I use my email client to store lots of information like ideas, notes, or even sometimes todo items that I need to remind myself about.

您可能会问:为什么我经常给自己发送电子邮件以致需要快捷方式? 答案很简单:我使用电子邮件客户端存储许多信息,例如想法,笔记或什至有时要做的事情需要提醒自己。

Advanced Email MailTo Syntax

高级电子邮件MailTo语法

Sometimes you want to automate more than just opening an email with the To box already filled in. Luckily the mailto syntax accepts a lot more parameters than just the To field…

有时,您不仅仅希望在已经填写了“收件人”框的情况下打开电子邮件,还可以实现自动化。幸运的是,mailto语法接受的参数比“收件人”字段多得多。

FieldSyntax
Tomailto:email@here.com
Subjectsubject=Subject Here
CCcc=email@here.com
BCCbcc=email@here.com
Bodybody=Text in Email Body
Multi-line Bodybody=Line 1%0A%0ALine 2
领域 句法
mailto:email@here.com
学科 subject =主题在这里
抄送 cc=email@here.com
密件抄送 bcc=email@here.com
身体 body =电子邮件正文中的文本
多线体 正文=行1%0A%0ALine 2

Each of these parameters can be added after the initial To field, with the first parameter requiring a ? character in front of it, and the next ones requiring a & character. Tip: If you want to use multiple email addresses in the To, CC or BCC fields, you can separate them with a comma.

这些参数中的每一个都可以在初始To字段之后添加,第一个参数需要一个?。 前面的字符,下一个需要&字符的字符。 提示:如果要在“收件人”,“抄送”或“密件抄送”字段中使用多个电子邮件地址,则可以用逗号分隔。

For instance, if I wanted to add in a subject as well, I would use this mailto field:

例如,如果我也想添加一个主题,则可以使用此mailto字段:

mailto:geek@howtogeek.com?subject=Subjective!

mailto:geek@howtogeek.com?subject =主观!

Once I’ve added that first parameter with the ? character, maybe I want to add in a line into the body of the message as well. In that case I’d use a & character in front of the second parameter (in this case the body parameter):

一旦我添加了第一个参数? 字符,也许我也想在邮件正文中添加一行。 在这种情况下,我会在第二个参数(在本例中为body参数)前面使用&字符:

mailto:geek@howtogeek.com?subject=Subjective!&body=Some Text in the Email Body

mailto:geek@howtogeek.com?subject =主观!&body =电子邮件正文中的某些文本

Here’s another example for good measure:

这是另一个很好的例子:

mailto:geek@howtogeek.com?cc=somebody@else.com&subject=Neato I can Pick the Subject&body=This is the body of the message

mailto:geek@howtogeek.com?cc=somebody@else.com&subject=Neato我可以选择主题和正文=这是邮件的正文

Using that example for a shortcut would yield the following when you clicked on the shortcut:

单击该快捷方式时,使用该示例将产生以下结果:

image

This could be very useful for making a shortcut for an email you send all the time to the same person, like “Want to get lunch?” or “Where is that TPS report?”

这对于为您一直发送给同一个人的电子邮件创建快捷方式(例如“想吃午饭?”)非常有用。 或“ TPS报告在哪里?”

Dock a Quick Send Folder to the Taskbar

将快速发送文件夹停靠在任务栏上

Since I use these shortcuts so often, and I’ve got quite a few of them, I created a folder named “Quick Send” to hold all of the shortcuts.

由于我经常使用这些快捷方式,并且已经使用了很多快捷方式,因此我创建了一个名为“ Quick Send”的文件夹来保存所有快捷方式。

image

Then, by right-clicking on the taskbar and choosing Toolbars \ New Toolbar and selecting that folder:

然后,通过右键单击任务栏并选择“工具栏\新工具栏”并选择该文件夹:

image

Now I have a quick access toolbar that I can use right from my taskbar to quickly fire up an email to one of the people that I email quite often.

现在,我有了一个快速访问工具栏,可以直接从任务栏中使用该工具栏,以快速向我经常发电子邮件的人发送一封电子邮件。

image

Shortcut for Remember The Milk Quick Task

记住牛奶快速任务的快捷方式

For extra credit: If you are a fan of the Remember the Milk online Todo list, you can look under Settings \ Info and find the Inbox Email Address, which will let you create new Todo item via a special email address.

额外的信用:如果您是“ 记住牛奶”在线待办事项列表的粉丝,则可以在“设置” \“信息”下查找并找到“收件箱电子邮件地址”,这将使您可以通过特殊的电子邮件地址创建新的待办事项。

image

This is the one shortcut that I use so often that I ended up assigning a shortcut key to it as well…

这是我经常使用的一个快捷键,以至于我最终也为其分配了一个快捷键。

翻译自: https://www.howtogeek.com/howto/the-geek-blog/create-shortcuts-or-hotkeys-to-quickly-send-mail-to-a-recipient/

qt 的快捷热键

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值