Help for this page
$mw->bind('<KeyRelease-Return>' => \&Hello); $mw->bind('<KeyRelease-Escape>' => sub{ exit });
$mw->geometry('100x200+1500+1500'); # which represents the size + position