Intanto per disabilitare i tasti puoi usare aggiungere al body
Per fare ritornare true su alcuni tasti dovresti controllare che tasto è premutocodice HTML:<body onkeydown="return false";>
Intanto per disabilitare i tasti puoi usare aggiungere al body
Per fare ritornare true su alcuni tasti dovresti controllare che tasto è premutocodice HTML:<body onkeydown="return false";>
No