Comment by 90s_dev

2 days ago

> // Custom TextField wrapper that supports keyboard shortcuts

> struct FocusableTextField: NSViewRepresentable {

Did things change? We used to use "responder chains" to do this. In fact that concept was created to avoid having to subclass for keyboard shortcuts.