make Alt C and Alt F9 and Escape work from anywhere

This commit is contained in:
John McLear 2015-03-31 13:45:11 +01:00
parent a82e692bdd
commit 35948989b3
3 changed files with 17 additions and 4 deletions

View file

@ -4960,6 +4960,7 @@ function Ace2Inner(){
function focus()
{
top.console.log("window.focus there is a bug with me in FF");
window.focus();
}