jweisbeck / Crossword

A javascript crossword puzzle script
http://www.jesseweisbeck.com/crossword/
244 stars 140 forks source link

How to disable ALT key? #21

Open KaminskiDaniell opened 3 years ago

KaminskiDaniell commented 3 years ago

Hello, I want to disable ALT key in crossword. ALT is using for make polish letter. When I am make polish letter the spaces move about 3 field.

sglessard commented 3 years ago

Have you looked at the keyup event catch in the script?

puzzEl.delegate('input', 'keyup', function(e){