0

So, I am not a fan of using Mouse unless something cant be done with the keyboard through shortcuts.

My internet explorer is made to search in Google when keywords are typed in the Address bar. Is there any setting I could in the browser that would let me type a bookmark name(autocomplete would be great) and the page loads.

If not, any browser plugins to rescue?

I can try this but just want to make sure before i start doing so: Can javascript bookmarklet be written to have such a dictionary of [bookmarkname] - [url] built from the browsers bookmark list. Then it should be easy enough to navigate to that bookmarklet from keyboard and then type my bookmark name and javascript in the bookmarklet redirects me away to the URL?

Georg Fritzsche
  • 97,545
  • 26
  • 194
  • 236
vinayvasyani
  • 1,393
  • 4
  • 13
  • 34
  • 3
    Use a decent browser like Chrome. – pimvdb Aug 26 '11 at 14:17
  • Does Chrome give me that functionality. If not, what makes you call it "Decent"? – vinayvasyani Aug 26 '11 at 14:20
  • @vinaycasyani: You can type the bookmark name (or even part of it) and it will open a suggestion list containing relevant bookmarks. Just press your down key until it's selected and press Enter. – pimvdb Aug 26 '11 at 14:22
  • @pimvdb: Agreed. I am a fool but my Company uses a sharepoint site with which some part of UI looks crap on chrome. I am aware of the browser war stories. Just realized IE 9 supports it the sameway from Marc. – vinayvasyani Aug 26 '11 at 14:30

1 Answers1

2

No need for a plugin.

Hit Alt-A and then just start typing the name of your bookmark. The menu selection should follow what you've typed. if your bookmark is in a subfolder in the bookmarks menu, you can use -> and <- to navigate in/out of those subfolders. Hit Enter when you're on the bookmark you want, and it'll load up.


as it turns out, IE9's address bar is now copying FF's awesome bar and will search the bookmarks, so an Alt-D followed by the name of a bookmark will show bookmarks in the search results under the bar.

Marc B
  • 356,200
  • 43
  • 426
  • 500
  • It seems to be `Alt-C` on IE9. – pimvdb Aug 26 '11 at 14:27
  • alt-A on my install. must be variable depending on what other menus you've got, and what they're using for shortcut keys. – Marc B Aug 26 '11 at 14:29
  • Lets correct this: you meant Alt-D right. I could do it with Alt+D which edits the address bar, while Alt-A navigates to the Favorites menu. [I am using IE9] – vinayvasyani Aug 26 '11 at 14:31
  • I believe Alt-D is universal. Can you edit your Answer Marc so I may approve. You may put a disclaimer of browser dependent. But I beleive Alt D should be universal. – vinayvasyani Aug 26 '11 at 14:32
  • alt-D puts the cursor into the address bar. alt-A selects the favorites menu. Didn't realize that IE's address bar now searches the bookmarks... I've barely used IE9 since I installed it - prefer to use FF/Chrome. – Marc B Aug 26 '11 at 14:34