标签: java ruby windows
我在Windows环境中。我想启动具有全局范围的热键。我正在使用它与selenium webdriver。使用Java,我可以用以下方式做类似的事情
Robot robot = new Robot(); // Robot start writting robot.keyPress(KeyEvent.VK_CONTROL); robot.keyPress(KeyEvent.VK_I);