Closed indeyets closed 11 years ago
Standard shortcuts should be supported.
Cmd-H
Cmd-Opt-H
Also, Cmd-1, Cmd-2 work for bringing specific window to front, but pressing them second time does not work for hiding active window, which is a common practice in Cocoa apps (check Skype, Messages, etc.)
Cmd-1
Cmd-2
No time right now, but for later: I think Cmd-H would send orderOut:.
orderOut:
Added in commit 6719272.
Standard shortcuts should be supported.
Cmd-H
— "Hide MusicPlayer"Cmd-Opt-H
— "Hide Others"Also,
Cmd-1
,Cmd-2
work for bringing specific window to front, but pressing them second time does not work for hiding active window, which is a common practice in Cocoa apps (check Skype, Messages, etc.)