Re: Character to Keycode
Re: Character to Keycode
- Subject: Re: Character to Keycode
- From: Eric Schlegel <email@hidden>
- Date: Tue, 20 Mar 2007 07:55:21 -0700
On Mar 20, 2007, at 7:30 AM, Carol Clark wrote:
This is great. Now does anyone know the codes for function keys 13
through 16?
These constants will be in the Leopard Events.h:
enum
{
kVK_F13 = 0x69,
kVK_F14 = 0x6B,
kVK_F15 = 0x71,
kVK_F16 = 0x6A
};
-eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden