removing the handler kbd on any device should stop the keys from being sent to the user. I don't know how to remove that from the file because it just shows what is being done, its not a config file. Does anyone know what file will control the keyboard event handlers? I've been trying to setup evrouter but when I run "evrouter -D /dev/input/event*" it gives me this error: evrouter: error querying device /dev/input/event0: Invalid argument evrouter: error querying device /dev/input/event1: Invalid argument evrouter: error querying device /dev/input/event2: Invalid argument evrouter: error querying device /dev/input/event3: Invalid argument evrouter: no input devices were opened. Exiting. David On Sat, 1 Jan 2005 20:56:26 -0800, David Corrigan <lightingisfun@xxxxxxxxx> wrote: > I havn't tested the idea, but you should be able to set the handlers > variable to nothing and it should ignore anything from the keyboard, > hopefully that will not stop evrouter from receiving the commands. I'm > going to test it right now, I'll reply later tonight if it works. > > David >