Fixed a problem with the right SHIFT key, and with webkit browsers when pressing/releasing both SHIFT keys together
This commit is contained in:
parent
3bbbe075d5
commit
48a724931f
4 changed files with 52 additions and 9 deletions
|
|
@ -1052,8 +1052,8 @@ Disk.prototype.writeRemoteSectors = function(iCylinder, iHead, iSector, nSectors
|
|||
/**
|
||||
* disconnectRemoteDisk()
|
||||
*
|
||||
* This is called by our powerDown() notification handler. If fRemote is true, we issue the disconnect request and
|
||||
* then immediately set fRemote to false; we don't wait for (or test) the response.
|
||||
* This is called by our powerDown() notification handler. If fRemote is true, we issue the disconnect
|
||||
* request and then immediately set fRemote to false; we don't wait for (or test) the response.
|
||||
*
|
||||
* @this {Disk}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue