Re: Mac fkeys
Re: Mac fkeys
- Subject: Re: Mac fkeys
- From: Laurence Harris <email@hidden>
- Date: Sat, 28 Oct 2006 14:16:52 -0400
On Oct 28, 2006, at 1:54 PM, Steve Checkoway wrote:
Also, what keycode does the large "delete" key return? Looking
now at
the curs_getch(3X) man page, it's not KEY_DC and it's not
KEY_BACKSPACE.
Anyone know?
I'm not familiar with KEY_BACKSPACE, but I have the following in one
of my headers:
const UInt32 kKeyCode_Backspace = 0x00000033;
Looking at some code I wrote a few years ago, it looks like it
sends 0x7f which should be del as defined by ascii.
That would be the character code, not the key code.
Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Mac fkeys (From: Greg Berchin <email@hidden>) |
| >Re: Mac fkeys (From: Steve Checkoway <email@hidden>) |