(e)
| 606 | fastPoll(); |
| 607 | } |
| 608 | function onKeyUp(e) { |
| 609 | if (options.onKeyEvent && options.onKeyEvent(instance, addStop(e))) return; |
| 610 | if (e_prop(e, "keyCode") == 16) shiftSelecting = null; |
| 611 | } |
| 612 | |
| 613 | function onFocus() { |
| 614 | if (options.readOnly == "nocursor") return; |