(e)
| 3052 | } |
| 3053 | |
| 3054 | function onKeyUp(e) { |
| 3055 | if (signalDOMEvent(this, e)) return; |
| 3056 | if (e.keyCode == 16) this.doc.sel.shift = false; |
| 3057 | } |
| 3058 | |
| 3059 | function onKeyPress(e) { |
| 3060 | var cm = this; |
nothing calls this directly
no test coverage detected