All what you need is to be able to capture key release event, and the key pressed. This demo shows you the way:
use Tk; use strict; use warnings; my $mw = new MainWindow(title => "demo"); my $entry = $mw->Entry(width => 20)->pack; $entry->bind("<KeyRelease>", [sub {print $_[1];}, Ev('A')]); MainLoop;
In reply to Re: Tk Scrolled textbox, parse on input?
by pg
in thread Tk Scrolled textbox, parse on input?
by Elijah
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |