用于输入整个单词/句子的快捷键(背景)程序。如何开始?
我想制作一个快捷方式程序,当我忙于另一个程序时,该程序等待指定的键盘键或组合。当我输入短语或键盘组合时,我的程序应该响应一个输出的句子,就像我自己输入的一样。 例如,如果我输入“xso”,它将完全输入“Stack Overflow”。
我不知道从哪里开始,因为我以前没有做过这样的事情。我在谷歌上搜索了很多,想看看从哪里开始,但我得到了不相关的结果,因为关键词太通用了。 我有一定的 C# 经验,并且在 VS 中完成所有编程。有人能让我启动并运行吗?只是一些提示,告诉您在哪里查看以及什么是重要的。
I want to make a shortcut program that waits for a specified keyboard key or combination while I'm busy in another program. When I type the phrase or keyboard combination my program should respond with a sentence typed out like I typed it all out myself.
So for example if I type 'xso' it will type out 'Stack Overflow' entirely.
I am not sure where to start because I haven't made anything like this before. I have googled a lot to see where to begin but I got unrelated results because the keywords are so generic.
I have moderate C# experience and do all my programming in VS. Can anyone get me up and running? Just a few hints where to look and what is important.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设我明白你想要什么,你需要执行以下操作:
我实际上编写了一个使用两者的开源 C# 应用程序,您可以在以下位置查看:
http://sourceforge.net/projects/clipcycler/
Assuming I understand what you want, you need to do the following:
I actually wrote an open source C# application that uses both, you can check it out at:
http://sourceforge.net/projects/clipcycler/