public static void main(String[] args) throws InterruptedException { KeyHook hook = new KeyHook().start().addListener(System.out::println); Thread.sleep(10000); hook ...