!7 /* Keys: F5 = 63 Escape = 1 */ p { autoRestart(); onGlobalKeyPress(voidfunc(NativeKeyEvent e) { print("Key press: " + e.getKeyCode(); if (e.getKeyCode() == 1 /* Escape */) { final JTextField tf = jtextfield(); showCenteredFormTitled("Yup!", "Whaddayawant", tf, r { handle(getText(tf)) }); } }); } svoid handle(S s) { logQuotedWithTime("User typed: " + s); infoBox(s); }