hi !!
I have the following problem :
Is there a function or a constant value to check if a keyCode is a key kile
"Shift", "Alt" or "F1".
I would like not to use this way :
if( window.event.ke yCode != 9
&& window.event.ke yCode != 16
&& window.event.ke yCode != 17
&& window.event.ke yCode != 18
&& window.event.ke yCode != 20
)
matthias
I have the following problem :
Is there a function or a constant value to check if a keyCode is a key kile
"Shift", "Alt" or "F1".
I would like not to use this way :
if( window.event.ke yCode != 9
&& window.event.ke yCode != 16
&& window.event.ke yCode != 17
&& window.event.ke yCode != 18
&& window.event.ke yCode != 20
)
matthias
Comment