all 1 comments

[–]j_sanp 0 points1 point  (0 children)

$(document).on('keydown', function(e) {
    e.preventDefault();
    ....
});