activityhistory / selfspy

Modified version of Selfspy computer activity tracker for academic study
GNU General Public License v3.0
12 stars 1 forks source link

Get windows to close on Cmd-W #10

Closed acrule closed 10 years ago

acrule commented 10 years ago

Using an "invisible" menu-bar as suggested in:

http://stackoverflow.com/questions/6083745/closing-frontmost-window-in-cocoa-in-an-app-without-a-menu-bar

does not seem to work

aurelient commented 10 years ago

I didn't feel it was a problem for me, but maybe it's annoying on the long run.

Would using the 'esc' key make things easier?

acrule commented 10 years ago

Possibly. As noted in the stack overflow, we can also add an invisible button, but this seems like a hack.