简体   繁体   English

重复句子的键盘快捷键

[英]Keyboard shortcut for a repetitive sentence

I'm currently saving 200/300 PDFs a day (work related), they all have a sentence in that's the same, I'm unable to use Ctrl C/V as I have to copy other parts before saving. 我目前每天要保存200/300个PDF(与工作相关),它们的句子都一样,我无法使用Ctrl C / V,因为在保存之前必须复制其他部分。

Is there a way for me to have a keyboard shortcut that puts the sentence in for me when saving the file? 有什么办法可以让我拥有键盘快捷键,以便在保存文件时为我添加句子?

(Windows 7 and limited admin access) (Windows 7和受限的管理员访问权限)

Many Thanks, L 非常感谢,L

You could use a Macro editor which records keystrokes and repeats them. 您可以使用宏编辑器来记录击键并重复输入。 This one is a free portable example (doesn't require an installation). 这是一个免费的便携式示例(不需要安装)。

https://portableapps.com/apps/utilities/tinytask_portable https://portableapps.com/apps/utilities/tinytask_portable

On windows 7 you can only have one Item in the Copy&Paste Memory, so there is no other easy way than to simulate keyboard input. 在Windows 7上,“复制和粘贴”内存中只能有一个项目,因此除了模拟键盘输入之外,没有其他简便的方法。 You can also "Drag and Drop" the sentence from somewhere else (like a website) by selecting it and then clicking on it and dragging it into the Document. 您还可以通过选择句子,然后单击它并将其拖动到文档中,从其他地方(例如网站)“拖放”该句子。 Maybe that works better for you. 也许对您来说更好。

I'm not sure I've understood completely your problem, but in all likelihood a clipboard manager would suit your case. 我不确定我是否已完全理解您的问题,但是剪贴板管理器很可能会适合您的情况。
They don't (usually) allow you to have a sentence inserted automatically before saving, but they let you save many instances of "clippings" and paste them conveniently. 它们(通常)不允许您在保存之前自动插入一个句子,但是它们使您可以保存许多“剪辑”实例并方便地粘贴它们。
There are a lot of them, I personally like Clip and used also ClipX and Ditto. 其中有很多,我个人喜欢Clip ,还使用了ClipX和Ditto。
Many of these clipboard managers include features to associate a specific hot key to insert a specific snippet of text. 这些剪贴板管理器中的许多功能都具有将特定的热键关联以插入特定的文本片段的功能。

There also programs that are focused specifically on that HotKey -> specific snippet functionality, or that include it among others. 也有专门针对该HotKey->特定代码段功能的程序,或者包括其他功能的程序。

Also, if clarified what software you're using to do these "pdf savings", it would help (it's possible that it does include facilities to include a sentence before saving). 另外,如果弄清楚您要使用哪些软件来实现这些“ pdf节省”,则将有所帮助(有可能确实包含在保存之前包含句子的功能)。

And in any case you can almost for sure do what you want with a macro/scripting utility such as AutoHotKey (but it would usually be pretty complex if you're not already familiar with it). 在任何情况下,您几乎都可以肯定地使用宏/脚本实用程序(例如AutoHotKey)来完成所需的操作(但是,如果您还不熟悉它,通常会非常复杂)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM