Hi Monks,
I've created a menu using the following command.
$file -> command ( -label => '~New',
-accelerator => 'Ctrl-n',
-command => \&createNew
);
But Ctrl+N is not invoking the callback 'createNew'. I don't know if I'm missing something for it to work...
Thanks