No idea why it does not work: a tap on the trackpad works, but not the Return key.
Anyway this is fixed now. This was a VERY difficult one.
The NSKeyDown events are not delivered via [sendEvent] while running in NSEventTrackingRunLoopMode. So a runloop observer is installed to capture the Return key and trigger the corresponding menu action.
Changes committed to the repository (rev. 1583 (sourceforge.net)). The core must be rebuilt.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No idea why it does not work: a tap on the trackpad works, but not the Return key.
Anyway this is fixed now. This was a VERY difficult one.
The NSKeyDown events are not delivered via [sendEvent] while running in NSEventTrackingRunLoopMode. So a runloop observer is installed to capture the Return key and trigger the corresponding menu action.
Changes committed to the repository (rev. 1583 (sourceforge.net)). The core must be rebuilt.