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.
我在windows环境下。我想启动具有全球范围的热键。我将它与 selenium webdriver 一起使用。使用 Java,我可以通过以下方式做类似的事情
Robot robot = new Robot(); // Robot start writting robot.keyPress(KeyEvent.VK_CONTROL); robot.keyPress(KeyEvent.VK_I);