Re: How to intercept the space key in an NSTextField

2015-09-04 Thread Ken Thomases
On Jun 8, 2015, at 8:01 AM, Frank Bitterlich wrote: > I’m having trouble finding a solution for a seemingly simple problem. This email is kind of old and just emerged from moderation limbo, but in case you're still stuck… > I need an NSTextField that will „catch“ the space key, and instead of

How to intercept the space key in an NSTextField

2015-09-03 Thread Frank Bitterlich
I’m having trouble finding a solution for a seemingly simple problem. I need an NSTextField that will „catch“ the space key, and instead of adding a blank to its content, will trigger something different. The reason: I have a window where I need to trigger starting/stopping of a clock by pressi

How to intercept the space key in an NSTextField

2015-09-03 Thread Frank Bitterlich
I’m having trouble finding a solution for a seemingly simple problem. I need an NSTextField that will „catch“ the space key, and instead of adding a blank to its content, will trigger something different. The reason: I have a window where I need to trigger starting/stopping of a clock by pressi