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 <pdigonze...@gmail.com>
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: pdigonze...@softsargentina.com
> pdigonze...@gmail.com
> Cel: 5493815982714
>
>
>

Reply via email to