$mw->bind( '', sub {print "Button a has been pressed\n"} ); $mw->bind( '', sub {print "Button a has been released\n"} );