I couldn't find anything up to date that solve this issue.
How can I monitor something like arrow key presses while editing an NSTextField
?
From what I looked up:
- NSControlTextEditingDelegate
functions are not called (and I wouldn't know how to use them)
- NSTextFieldDelegate
functions don't list something that would work here