It does exist as method Win32::GUI::AcceleratorTable . I've never been able
to make it work, but perhaps someone else can lend a hand. 

>From the .pm...
# Example:
#     $A = new Win32::GUI::AcceleratorTable(
#         "Ctrl-X"       => "Close",
#         "Shift-N"      => "New",
#         "Ctrl-Alt-Del" => "Reboot",
#     );



> -----Original Message-----
> From: Nathan Meyers [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 14, 2002 01:48
> To: perl-win32-gui-users@lists.sourceforge.net
> Subject: [perl-win32-gui-users] Keyboard accelerators possible?
> 
> 
> Hello,
> 
> I'm new to Win32::GUI and trying to solve a problem; I can't find a
> thing about it in the mail archives.
> 
> Is it possible to define keyboard accelerators for menu items 
> - not the
> mnemonics used in conjunction with the Alt key, but the Ctrl 
> characters
> that dispatch to menu callbacks (commonly done in GUI applications)?
> 
> Nathan Meyers
> [EMAIL PROTECTED]
> 
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
> 

Reply via email to