Issue 4217: Shortcut "Reenter Command" doesn't work
Steps to reproduce
- Open Firebug
- Enable and switch to the Console panel
-
Type
console.log('hello')
and hit Enter
⇒ the result of executing the command will be shown inside the Console
- Press the shortcut for re-entering the command (by default this is
Ctrl+Shift+E
)
Expected result
- The command will be executed again and the result will be shown inside the Console