是否有任何方法或库来获得系统范围(全局)的键盘快捷键在 Java 应用程序中执行操作?
Is there any way or a library to get a system-wide (global) keyboard shortcut to perform an action in a Java application?
没有,但是在windows下可以这样用:
There is not, but in windows you can use this:
jintellitype
不幸的是,对于 Linux 和 OSX,我一无所知,这可能就是为什么它没有随 java 开箱即用的原因.
Unfortunately there is nothing I'm aware of for Linux and OSX, probably that's why it doesn't come with java out of the box.
如果您发现其他平台请在此处发布:)
If you find for the other platforms post it here please :)
只是出于好奇,你用它做什么?
Just for couriosity, what are you doing with that?
这篇关于Java 系统范围的键盘快捷键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何检测 32 位 int 上的整数溢出?How can I detect integer overflow on 32 bits int?(如何检测 32 位 int 上的整数溢出?)
return 语句之前的局部变量,这有关系吗?Local variables before return statements, does it matter?(return 语句之前的局部变量,这有关系吗?)
如何将整数转换为整数?How to convert Integer to int?(如何将整数转换为整数?)
如何在给定范围内创建一个随机打乱数字的 intHow do I create an int array with randomly shuffled numbers in a given range(如何在给定范围内创建一个随机打乱数字的 int 数组)
java的行为不一致==Inconsistent behavior on java#39;s ==(java的行为不一致==)
为什么 Java 能够将 0xff000000 存储为 int?Why is Java able to store 0xff000000 as an int?(为什么 Java 能够将 0xff000000 存储为 int?)