FROM : Harilaos Skiadas
DATE : Thu Nov 04 19:41:25 2004
Hi Ben,
I think what you need is NSEvent's modifierFlags:
method. In particular, comparing it to
NSCommandKeyMask. The documentation on NSEvent has all
this info and more:
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSEvent.html#//apple_ref/doc/uid/20000016/BBCGEBIG
I hope this helps, haven't tried it myself. In my app,
I only cared about catching arrow up and arrow down
presses.
Haris
>Hi all,
>
>I got stuck while I was trying to catch command-enter
keyDown >events in
>my NSTableView.
>I subclassed NSTableView and added keyDown: and
insertNewLine: >and i
>can now successfully work with my code after an enter
was pressed >on my
>tableview, but how can I check if the command (apple)
or any other
>modifier key for that matter was pressed at the same
time?
>
>Thanks,
>
>Ben
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
DATE : Thu Nov 04 19:41:25 2004
Hi Ben,
I think what you need is NSEvent's modifierFlags:
method. In particular, comparing it to
NSCommandKeyMask. The documentation on NSEvent has all
this info and more:
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSEvent.html#//apple_ref/doc/uid/20000016/BBCGEBIG
I hope this helps, haven't tried it myself. In my app,
I only cared about catching arrow up and arrow down
presses.
Haris
>Hi all,
>
>I got stuck while I was trying to catch command-enter
keyDown >events in
>my NSTableView.
>I subclassed NSTableView and added keyDown: and
insertNewLine: >and i
>can now successfully work with my code after an enter
was pressed >on my
>tableview, but how can I check if the command (apple)
or any other
>modifier key for that matter was pressed at the same
time?
>
>Thanks,
>
>Ben
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
| Related mails | Author | Date |
|---|---|---|
| Salánki Benjámin | Nov 4, 13:23 | |
| Todd Ransom | Nov 4, 16:46 | |
| August Trometer | Nov 4, 17:40 | |
| Will Mason | Nov 4, 18:21 | |
| Todd Ransom | Nov 4, 19:16 | |
| Harilaos Skiadas | Nov 4, 19:41 |






Cocoa mail archive

