It will be solved for Pharo 4, with the OSWindow integration.
2014-06-30 19:55 GMT-04:00 Pablo R. Digonzelli <[email protected]>: > Guille , functions key does not generate event at all. > I think it is a problem for some applications. > > > > > ------------------------------ > *Ing. Pablo Digonzelli* > Software Solutions > IP-Solutiones SRL > Metrotec SRL > 25 de Mayo 521 > Email: [email protected] > [email protected] > Cel: 5493815982714 > > ------------------------------ > *De: *"Guillermo Polito" <[email protected]> > *Para: *"Pharo Development List" <[email protected]> > *CC: *"Any question about pharo is welcome" <[email protected]> > *Enviados: *Lunes, 30 de Junio 2014 19:26:23 > *Asunto: *Re: [Pharo-dev] functions keys > > > To handle function keys you should handle the keyup or keydown event. > Then, the KeyboardEvent has a #key method to get the pressed key. > > Take a look at the Key class side methods to access well known keys. > > Guille > > > On Tue, Jul 1, 2014 at 12:06 AM, Pablo R. Digonzelli < > [email protected]> wrote: > >> >> After exploring the image I believe functions keys (F1,F2, etc ) are not >> handling by KeyboardEvent class. >> I think it is very common use that function keys in business >> applications. Someone know if i am true about this topic? . >> Or maybe someone handling functions keys in an application? >> >> TIA >> >> ------------------------------ >> *Ing. Pablo Digonzelli* >> Software Solutions >> IP-Solutiones SRL >> Metrotec SRL >> 25 de Mayo 521 >> Email: [email protected] >> [email protected] >> Cel: 5493815982714 >> >> >> > >
