Preparing release of v1.20.1
This commit is contained in:
parent
2ec761eeda
commit
85672b4124
23 changed files with 6936 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue