Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Here is the psuedo code I have.
what I am wanting is something like the following but am unsure of the syntax.$widget->bind('<KeyRelease>', sub {do some stuff;};
$t->bind('<KeyRelease>', sub {do some stuff if ((<KeyRelease> != CTRL) + || (<KeyRelease> != Space Bar) || (<KeyRelease> != Enter))});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Conditional check on Tk bind?
by mawe (Hermit) on Aug 09, 2004 at 21:38 UTC | |
|
Re: Conditional check on Tk bind?
by japhy (Canon) on Aug 09, 2004 at 20:33 UTC |