From: Bernard D. <bde...@us...> - 2018-12-12 16:35:06
|
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](https://sourceforge.net/p/alphacocoa/code/1583/)). The core must be rebuilt. --- ** [tickets:#196] Enter does not wok on menu item** **Status:** open **Created:** Fri Nov 09, 2018 12:57 PM UTC by Sylvain Loiseau **Last Updated:** Fri Nov 09, 2018 12:57 PM UTC **Owner:** nobody Having selected any menu entry with either the mouse or the keyboard and hitting "enter" does not trigger this menu item. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |