Add this code to your HTML document (AFTER it loads jquery, which it does on line 113) What this does is run the changeToCapitalLetter function, which will change the keyboard to the capital keys.
<script> $(document).ready(function() { jsKeyboard.changeToCapitalLetter(); }); </script>
Remove Enter key and don't give them the option key to turn on lower key.
replace lines 177 and 179 with the following code
{ value: "", isChar: "false", buttonClass: "button button_empty", keyClass: "key key_empty" },