Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a hot key to run the contents of the Firebug Console?

If you're using Firebug (Firefox) and you type in javascript in the Console command line and press enter it executes. However, for good reason, when you expand the command line into a multi-line text area to the right then pressing enter does not execute the code. Instead you have to click Run at the lower left of this window.

Is there a hot-key/shortcut to run the contents of the command window? (i.e. without mouse clicking.)

like image 515
Guy Avatar asked Jun 30 '09 22:06

Guy


1 Answers

Command + Enter does it for me. (on OS X)

For windows it's likely Ctrl + Enter.

like image 153
Geoff Avatar answered Sep 30 '22 12:09

Geoff