42
42
fromChar = String.fromCharCode(charCode);
43
// Arrow keys, Pg{Up,Dn}, Home, End won't mutate the content.
44
if ([33, 34, 35, 36, 37, 38, 39, 40].indexOf(keyCode) == -1)
48
52
if((evt.ctrlKey || evt.metaKey) && evt.shiftKey && charCode!=90) { // shortcuts = ctrl||appleKey+shift+key!=z(undo)