Help for this page

Select Code to Download


  1. or download this
    $widget->bind('<KeyRelease>', sub {do some stuff;};
    
  2. or download this
    $t->bind('<KeyRelease>', sub {do some stuff if ((<KeyRelease> != CTRL)
    + || (<KeyRelease> != Space Bar) || (<KeyRelease> != Enter))});