Fixed CAPSLOCK handling and tidied up some more things in keyboard.js

This commit is contained in:
Jeff Parsons 2014-11-07 09:59:04 -08:00 committed by jeffpar
commit 41bf3e700c
8 changed files with 428 additions and 376 deletions

View file

@ -1,7 +1,8 @@
Private Node Modules
PCjs Node Modules
===
**my_modules** contains all the *private* **PCjs** Node modules. It is the counterpart to
**node_modules**, where all the *public* Node modules are installed. Only private Node modules are checked
into GitHub; if any of these are later published on [npmjs.org](http://npmjs.org), then they will
be moved to **node_modules** and removed from this folder.
This folder contains all the **PCjs** JavaScript source code, organized into Node modules. It is the counterpart to
[node_modules](../node_modules/), where all the *public* Node modules are installed.
Only private Node modules are checked into this project. If any of these modules are later published on
[npmjs.org](http://npmjs.org), then they will be moved to [node_modules](../node_modules/) and removed from this folder.