rs / SafariOmnibar

Safari plugin to add Chrome like omnibar in Safari
http://hackemist.com/SafariOmnibar/
417 stars 30 forks source link

I'm feeling lucky #64

Closed Gurpartap closed 13 years ago

Gurpartap commented 13 years ago

Some keyword for Google's I'm feeling lucky? Like ? is for explicitly searching.

rs commented 13 years ago

I propose something like Option+Enter

Gurpartap commented 13 years ago

Option key is already occupied for downloading linked file when clicking or pressing enter from address bar. Command key for opening in new tab.

Shift+Enter seems to be available. (Shift+Left Click saves current page to Reading List)

rs commented 13 years ago

You're right, go for shift+enter then

Gurpartap commented 13 years ago

Could have been just adding ">" to the plist. But didn't like that it wasn't performing the same as "?" (had to press a space). These special symbol actions could ideally be better handled but meh. It works. :p

And getting in the way of keyDown seemed harder and unstructured, since there are multiple providers! :p

Gurpartap commented 13 years ago

Pull request here: https://github.com/rs/SafariOmnibar/pull/66

I wish Github had let me merge the pull request with this issue. Apologies for victimizing the issue queue with my attempt.