Javascript String getKeyCode()
getKeyCode()
String.prototype.getKeyCode = function () { return this.toUpperCase().charCodeAt(0); };