On Monday 26 October 2009 23:07:37 Alan McKinnon wrote: > On Tuesday 27 October 2009 00:45:07 Mick wrote: > > I have been trying to get this to work for some time now. I have > > followed this upgrade guide and modified my > > > > /etc/hal/fdi/policy/10-xinput-configuration.fdi > > > > to include > > > > > type="string">terminate:ctrl_alt_bksp > > > > This didn't work, so I looked further and found out that the > > input.xkb.options is deprecated and instead I should use: > > > > > type="string">terminate:ctrl_alt_bksp > > > > as detailed in here: > > > > http://cgit.freedesktop.org/xorg/xserver/tree/config/x11-input.fdi > > > > Anyway, neither will work. Is there any other syntax I should try, or is > > perhaps 10-xinput-configuration.fdi the wrong file for this? > > This config works for me: > > $ cat /etc/hal/fdi/policy/10-x11-input.fdi > > > > > > > evdev > > > > > mouse > string="Linux"> > evdev > > > > > string="Linux"> > evdev > > > > > mouse > string="Linux"> > evdev > > > > > > keyboard > string="Linux"> > evdev > type="string">terminate:ctrl_alt_bksp > > > > > Thanks Alan, I can't see mine being that different to be honest, other than using the file /../policy/10-xinput-configuration.fdi instead of your /../policy/10-x11-input.fdi to make these entries. Would that be important? I can get the: grp:alt_shift_toggle,grp_led:scroll,compose:menu work, or I can get the: terminate:ctrl_alt_bksp work, but not both at the same time. Here's my configuration in case you can see something amiss: ============================ # cat /etc/hal/fdi/policy/10-xinput-configuration.fdi [1] pc105 gb,el grp:alt_shift_toggle,grp_led:scroll,compose:menu terminate:ctrl_alt_bksp synaptics true true true 1 1 ============================ [1] I had this as: [2] I also tried: terminate:ctrl_alt_bksp -- Regards, Mick