|
From: | Quentin Mathé |
Subject: | Re: Popping up NSComboBox via key stroke |
Date: | Sun, 12 Feb 2006 03:23:52 +0100 |
Le 2 févr. 06 à 20:08, Andreas Höschler a écrit :
Hi Andreas, On Mac OS X, the popup key is 'down arrow' and the menu closing key is 'esc'. That's for both combo boxes and popup menus. In GNUstep NSComboBoxCell, we should implement NSResponder methods like -moveDown: to handle such popup possibility. If you want another custom key stroke specific to your application, you have to override -keyDown: method unless NSResponder already provides a dedicated method. Quentin. |
[Prev in Thread] | Current Thread | [Next in Thread] |