I have a NSTableView in which cells are NSTextFields.
I assign a menu to the text fields.
Menus are supposed to open when I right click on a cell.
I have this secondary click equal to click on the right side turned on.
I right click on the cell, I see macOS context menu below:
I Control Click on the cell, I see the NSMenu I have created
That is what I want.
If I disable the secondary click at the settings, when I right click, the cell enters edit mode and when I control click, the NSMenu I have created shows.
Questions:
- Isn't
Control Clickmeant to be the same as theright clickwhen thesecondary click on the right sideis enabled? - Why is macOS not recognizing that?
- Why in the hell am I seeing macOS context menu there?


