Re: keyCode translation for various keyboards

2010-02-06 Thread John Joyce
On Feb 3, 2010, at 8:23 AM, cocoa-dev-requ...@lists.apple.com wrote: Dave Carpeneto wrote: Hello list folk - I'm trying to print out strings representing various keyDown events I receive. Using OS 10.6.2. ... So far the two approaches I've seen are as follows: ... Approach #2: Get what

keyCode translation for various keyboards

2010-02-02 Thread Dave Carpeneto
Hello list folk - I'm trying to print out strings representing various keyDown events I receive. Using OS 10.6.2. It looks as though this was possible back in the classic days ( http://developer.apple.com/legacy/mac/library/documentation/mac/Toolbox/Toolbox-78.html ), however obviously that

Re: keyCode translation for various keyboards

2010-02-02 Thread Dave Carpeneto
Dave Carpeneto wrote: Hello list folk - I'm trying to print out strings representing various keyDown events I receive. Using OS 10.6.2. ... So far the two approaches I've seen are as follows: ... Approach #2: Get what you can via UCKeyTranslate, and then 'fill in the blanks' with a lookup