SubmarinerApp / Submariner

A Subsonic client for macOS
https://submarinerapp.com
BSD 3-Clause "New" or "Revised" License
133 stars 4 forks source link

Replace SBTableView keyboard handling with selector bound to shortcuts #57

Closed NattyNarwhal closed 2 years ago

NattyNarwhal commented 2 years ago

Why have a delegate for all this if it can be handled by an NSMenuItem?

NattyNarwhal commented 2 years ago

Actually overlaps with #50 too, since menuForEvent seems to be handled by SBTableViewDelegate.