Also:
#!/usr/bin/perl use Tk; $top = new MainWindow; $top->eventAdd(qw[<<Copy>> <Key-F4>]); $top->eventAdd(qw[<<Paste>> <Key-F5>]); $top->Text->pack; MainLoop; __END__
In reply to Re: Entry Widget (copy and paste issue)
by zentara
in thread Entry Widget (copy and paste issue)
by rookie_monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |