Re: [perl-win32-gui-users] keystrokes

2002-05-18 Thread Mark Di Nicola
i've dug through the documentation and found win32::gui::accelerator and win32::gui::acceleratortable and -accel -accelerators and -acceleratortable and i've tried a number of combinations of these but it doesn't seem to work. are these deprecated or are they supposed to work? - Original Mess

Re: [perl-win32-gui-users] keystrokes

2002-05-18 Thread Kevin . ADM-Gibbs
Mark, I think something like the example at the below used to work but it doesn't seem to work any more on my system. Aldo's PRIDE example had something like this in it but this doesn't work now on my system either (it only worked if I commented out the " -class=> $EditorClass," line from th