KeyboardEvent question

classic Classic list List threaded Threaded
3 messages Options
Werner Kassens Werner Kassens
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

KeyboardEvent question

Hi,
i cant catch the function keys (F1, F2 etc) with keystroke:
aKeyboardEvent ; iow they dont seem to produce a KeyboardEvent. is there
  another simple way to catch them?
werner

Guillermo Polito Guillermo Polito
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: KeyboardEvent question

Nope with current vm implementations :/.

I want to work a bit on it this week :P.

On Sun, Jan 22, 2012 at 2:06 PM, Werner Kassens <[hidden email]> wrote:
Hi,
i cant catch the function keys (F1, F2 etc) with keystroke: aKeyboardEvent ; iow they dont seem to produce a KeyboardEvent. is there  another simple way to catch them?
werner


Werner Kassens Werner Kassens
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: KeyboardEvent question

Hi Guillermo,
i see; thanks for your answer
werner

Loading...