Hey guys, I am working on a port of some windows code that takes CTRL-I and other various CTRL+... sequences as input. They want the same behavior in the Liunx port. However Linux is taking the keyboard codes at somepoint and translating them. In my case "CTRL-I = \t". Is there a way to prevent or change these types of translations before my app gets keyboard input? Thanks. -Dan