Preparing release of v1.20.1

This commit is contained in:
Jeff Parsons 2015-12-02 09:27:54 -08:00
commit 85672b4124
23 changed files with 6936 additions and 1 deletions

View file

@ -2210,7 +2210,7 @@ Keyboard.prototype.keySimulate = function(simCode, fDown)
var bCode = wCode & 0xff;
/*
* TODO: Update the following restrictions to address 84-key and 101-key keyboards limitations.
* TODO: Update the following restrictions to address 84-key and 101-key keyboard limitations.
*/
if (bCode > 83 && this.modelKeys == 83) {
return false;