!7 p { linux_showShutdownDialog(); sleepSeconds(1); //BufferedImage img = shootScreen2(); new Robot robot; robot.keyPress(KeyEvent.VK_ALT); robot.keyPress(KeyEvent.VK_S); robot.keyRelease(KeyEvent.VK_S); robot.keyRelease(KeyEvent.VK_ALT); expectTimeJump(15); //showImage(img); //cleanKill(); }