iTerm2 icon indicating copy to clipboard operation
iTerm2 copied to clipboard

Roll open hotkey window on activation when hidden on deactivation.

Open lhunath opened this issue 12 years ago • 2 comments

When the hotkey window is hidden as a result of app deactivation, it will be rolled open again upon next app activation.

This is ideal for any case where you're in a hotkey, switch to another app, and switch back to iTerm expecting to be back where you left (eg. you open a gui editor to edit a file (eg. subl), or you switch to your webbrowser to see the result of you editing an html file in vim, etc.)

lhunath avatar Dec 29 '12 22:12 lhunath

ref. http://code.google.com/p/iterm2/issues/detail?id=2093&q=lhunath

lhunath avatar Dec 29 '12 22:12 lhunath

I don't really want to add more complexity in the current series of betas; I'd consider merging this into the v3 branch with a few changes:

  1. There should be a config switch for it in prefs
  2. previouslyActiveHotKeyTerminal_ becomes a dangling pointer if the object it points to is freed.

gnachman avatar Jan 06 '13 22:01 gnachman