On Thu, Oct 17, 2002 at 02:29:19PM -0700, Mark Vojkovich wrote:
>On Thu, 17 Oct 2002, Boris wrote:
>
>> I have found the file, What line would I have to change and what do I have
>> to change it too?
>
> You'll have to figure out how things work and investigate that.
>You can see where the current <ctrl><alt><bs> is handled. It looks
>like:
>
> if ((ModifierDown(ControlMask | AltMask)) ||
> (ModifierDown(ControlMask | AltLangMask)))
> {
>
> switch (specialkey) {
>
> case KEY_BackSpace:
> if (!xf86Info.dontZap) {
>#ifdef XFreeXDGA
> DGAShutdown();
>#endif
> GiveUp(0);
> }
> break;
>
> [...]
>
>
> It *might* be as easy as adding or changing the case statement to
>include the delete key.
Yes, that should work.
It'd be nice to make this configurable, and I'm sure that a patch
to do that would be welcome.
> There may be other ways to do this via configuring the XKB
>extension. But I know next to nothing about XKB.
It's currently intercepting key events before they get passed up out of
the DDX. I'm not sure how feasible it would be to intercept them after
they've been converted into X keysyms, but that might offer a more
configurable solution.
David
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert