Skip to content

Instantly share code, notes, and snippets.

@geapi
Created August 18, 2010 15:06
Show Gist options
  • Save geapi/535046 to your computer and use it in GitHub Desktop.
Save geapi/535046 to your computer and use it in GitHub Desktop.
keyUp: function(evt) {
sc_super(); // necessary to guarantee regular handling of keyDown events,
// want to avoid that this overwrite messes everything up
console.log("got keyUP event on mainpane: "+ evt.keyCode )
return NO;
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment