KeyboardEvent question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

KeyboardEvent question

wernerk
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

Reply | Threaded
Open this post in threaded view
|

Re: KeyboardEvent question

Guillermo Polito
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


Reply | Threaded
Open this post in threaded view
|

Re: KeyboardEvent question

wernerk
Hi Guillermo,
i see; thanks for your answer
werner