Closed dereke closed 7 years ago
Only keypress events should send the charCode. keyup/down should send key location.. but not sure how to figure that out (or if it is practical)
also enabled an append mode for typeIn typeIn('text', {mode: 'append'}) api is a bit naff though.
typeIn('text', {mode: 'append'})
Only keypress events should send the charCode. keyup/down should send key location.. but not sure how to figure that out (or if it is practical)
also enabled an append mode for typeIn
typeIn('text', {mode: 'append'})
api is a bit naff though.