Skip to content

Instantly share code, notes, and snippets.

@zeppelin
Created May 9, 2011 18:50
Show Gist options
  • Select an option

  • Save zeppelin/963114 to your computer and use it in GitHub Desktop.

Select an option

Save zeppelin/963114 to your computer and use it in GitHub Desktop.
SproutCore `performKeyEquivalent` method
performKeyEquivalent: function(keystring, evt) {
if ( keystring == "escape" ) {
// Do something funny...
return YES;
}
return sc_super();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment