Re: how to modify x11 key mappings? (Insert key is partially blocked)
Re: how to modify x11 key mappings? (Insert key is partially blocked)
- Subject: Re: how to modify x11 key mappings? (Insert key is partially blocked)
- From: Jeremy Huddleston <email@hidden>
- Date: Mon, 01 Nov 2010 12:38:18 -0700
On Nov 1, 2010, at 01:48, Derek Fawcus wrote:
> on OSX it seems to be the actual help key (as opposed to modifier) which triggers
> help mode, so simply directing it to the application code should suffice.
>
> I guess adding something like the below to to that lump of code:
>
> #endif
> + } else if ([[e charactersIgnoringModifiers] characterAtIndex:0] == NSHelpFunctionKey) {
> + for_appkit = NO;
> } else if(XQuartzEnableKeyEquivalents &&
Right, but I'd rather find a way to disable the key equivalent than to bypass it. I'm sure there's a way to do something like NSHelpDisable() in X11ApplicationMain() rather than something in the event handler, but I haven't had the cycles to look.
Thanks,
Jeremy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden