Community gatherings on Freenode at #tinycorelinux (webchat)
Xorg-7.6 was patched for <ctrl-alt-backspace>, but I was unable to make the patch work for Xorg-7.7.If you search these forums there was an explanation of a line to add to .xsession to enable this in Xorg-7.7
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbOptions" "terminate:ctrl_alt_bksp"EndSection
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd"Option "XkbOptions" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp"
... Or put "sudo killall Xorg" in to menulist? I want to have ready solution in repo without any reconfiguration of my system.