Created
March 4, 2013 20:45
-
-
Save wacko/5085499 to your computer and use it in GitHub Desktop.
Delicious: Shortcut for adding a new link ("a") seems to be missing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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