Is it possible to conduct a web search (In Firefox 14) from the HUD? (Ubuntu 12.04)
For example, Hitting The ALT key (to bring up the HUD menu for Firefox) and typing in a search term?
It doesn't seem to be a feature currently, and I was wondering, Is there a way to do something like this?

QUERY=$(zenity --entry) && firefox "https://www.google.com/search?q=${QUERY}"– user55822 Jul 28 '12 at 10:07bash -c 'QUERY=$(zenity --entry) && firefox "https://www.google.com/search?q=${QUERY}"'. – user55822 Jul 28 '12 at 15:04