Hi
I am creating window without menubar. The controller class is derived
from NSWindowController.
How can i respond cmd+w command to close the window?
If menubar is there then default cmd+w is there in file menu. So
without menubar how can i achieve this ?
p2