Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用Java创建一个在后台运行的小程序,它检测按下的键的某种组合(在我的例子中是空格键),并且在得到一个空格键后,发送一个 ctrl+c 和一个到一个Prolog 控制台命令中止将要运行的 prolog 命令。那有可能做到吗?
提前非常感谢!
我认为在 Java 中,您只能在专注于该 Java 应用程序时发送输入,因此您唯一的解决方案可能是用 C 或 C++ 实现它,或者甚至使用专门用于自动创建其他输入事件的其他语言应用程序,以简化您的工作。
希望有帮助。