// Set up the KeyTable
var keys = new KeyTable( {
"table": document.getElementById('example')
} );
// Block all keyboard input to KeyTable
keys.block = true;
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.