Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.keypresser = {
  2.     enter: function (value) {
  3.         // THIS FUNCTION needs to be overridden at every stage of the app
  4.         // "value" is the scanString passed through dispatchKeyEvent
  5.     }
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement