The selectmode "extended" should allow you to select multiple files with Ctrl and Shift keys as you expect.use Tk::FileSelect; my $main = Tk::MainWindow->new; my $fsRef = $main->FileSelect(-directory => '/', -selectmode => 'extended'); my @files = $fsRef->Show; print foreach @files;
buckaduck
In reply to Re: Multiple file selection in Tk dialogbox
by buckaduck
in thread Multiple file selection in Tk dialogbox
by Pavel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |