ssborbis
ssborbis
You're right. I was thinking of another section of code. The issue here is event types. Arrow keys only register keydown / keyup events and I'm looking for input. This...
I'll have to look into how a browser handles default engines. What browser are you using BTW so I can check?
Assuming you're using a chrome variant, I made a push to the master branch.  `chrome:///searchbar.html?q=%s` where `` is the string shown in the URL bar when you open CS...
The new code uses the first non-folder node as the search engine. This code will need some modification before release, but it's a good place to start testing.
What is the first thing in your search engines list? I've tested on chromium and firefox using the this url directly `chrome-extension:///searchbar.html?q=myterms` does the following: 1. opens a new blank...
Hmm... are you sure you're on the latest code in the master branch? I'll double-check my last push went through. Going to  should stop loading the page before the...
It will take some work to get the searchbar.html page to look nice. I'll let you know when anything is worth testing.
I'll look into this more in a few weeks when my semester is over. I think it's just a matter of CSS, but will take some time.