(e)
| 806 | fastPoll(); |
| 807 | } |
| 808 | function onKeyUp(e) { |
| 809 | if (options.onKeyEvent && options.onKeyEvent(instance, addStop(e))) return; |
| 810 | if (e_prop(e, "keyCode") == 16) shiftSelecting = null; |
| 811 | } |
| 812 | |
| 813 | function onFocus() { |
| 814 | if (options.readOnly == "nocursor") return; |