Scripting: allow raise & focus of hidden hotkey window
By shab... on September 11, 2014 18:56 (imported from Google Code)
Currently
"tell app "iTerm" to activate"
will not focus/display the hotkey window if it is the current/only window. It should be possible to make it visible/focused programatically. It would probably be sufficient to call the same codepath the hotkey itself does, since simulating it with 'tell System Events keypress ...' works ok.