Skip to content

Instantly share code, notes, and snippets.

@wacko
Created March 4, 2013 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wacko/5085499 to your computer and use it in GitHub Desktop.
Save wacko/5085499 to your computer and use it in GitHub Desktop.
Delicious: Shortcut for adding a new link ("a") seems to be missing
// source: https://delicious.com/js/app.js
key("/",this.focusSearch),
key("1",this.showDiscover),
key("2",this.showNetwork),
key("3",this.showRemember)},
//...
key("k",this.showPreviousDetailPane),
key("up",this.showPreviousDetailPane),
key("j",this.showNextDetailPane),
key("down",this.showNextDetailPane),
key("enter",this.openCurrentLink),
key("e",this.triggerAddEdit)}
// ...
key("shift+/",this.showHelp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment