(e)
| 9903 | } |
| 9904 | |
| 9905 | function onKeyUp(e) { |
| 9906 | if (e.keyCode == 16) { |
| 9907 | this.doc.sel.shift = false |
| 9908 | } |
| 9909 | signalDOMEvent(this, e) |
| 9910 | } |
| 9911 | |
| 9912 | function onKeyPress(e) { |
| 9913 | var cm = this |
nothing calls this directly
no test coverage detected