This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -nounixkill appears broken in 4.3.0.1 Windows 2000


On Mon, 25 Aug 2003, John M. Adams wrote:

> Dear Friends,
> 
> It seems to me that -[no]unixkill is not working with XWin 4.3.0.1.
> -[no]winkill does work.

Hm, quite strange.

The options do work, but are superseeded by the device independent
layers.

Now there are two different places where these keys are handled. 
In the xwin-specific code where we filter the keypress and terminate
xwin if unixkill is set and inside the dix layer which now handles 
ctrl-alt-backspace internally (without displaying the dialogbox).

you can temporarily disable it with

xmodmap "keycode 22 = BackSpace"

and enable it with

xmodmap "keycode 22 = BackSpace Terminate_Server"

bye
	ago


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]