Re: Official keycode table?

2009-02-16 Thread Jim Correia
On Feb 16, 2009, at 3:04 PM, Shayne Wissler wrote: Is there an official table somewhere, preferably in an OSX header file? in the 10.5 SDK. - Jim ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or modera

Re: Official keycode table?

2009-02-16 Thread Eric Schlegel
On Feb 16, 2009, at 12:04 PM, Shayne Wissler wrote: Hello, I was searching google for a table that would define the mapping between the keyboard and the keycodes, the best I could find was a program that'd let you manually find out for each key, and this: http://boredzo.org/blog/archives/2007

Re: Official keycode table?

2009-02-16 Thread Dave DeLong
When I had to a bunch of stuff messing around with posting keyboard CGEvents, I never found anything like what you're describing (although it would be very nice...). I would totally recommend that Key Codes app that's linked to in the top of the article. That was a life-saver for me. Dav

Official keycode table?

2009-02-16 Thread Shayne Wissler
Hello, I was searching google for a table that would define the mapping between the keyboard and the keycodes, the best I could find was a program that'd let you manually find out for each key, and this: http://boredzo.org/blog/archives/2007-05-22/virtual-key-codes Is there an official table som