Like in Java I tried below code and it perform ALT+TAB; Robot r = new Robot(); r.keyPress(KeyEvent.VK_ALT); r.keyPress(KeyEvent.VK_TAB); r.
確定! 回上一頁