[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] [ ¿commit? ] SCTextView-keyDownAction call




because enter and tab already have defined actions.
tab moves the focus to the next view.
enter evaluates a selection in a text view or does the action in a control view.

On Dec 27, 2004, at 12:10 PM, Julian Rohrhuber wrote:

it would be important to have the keyDownAction / keyUpAction called on any key down or up. Currently it is not called on enter and tab.

I'd like to change this.
Any reasons not to?