Does the kernel even have that functionality built into it? I thought it only mapped the raw data from the keyboard into actual key presses, but nothing more. That is to say it's the kernel that determines the ctrl and z keys are being pressed, but it's something higher on the stack that determines what to do with that information. Could be wrong, though.