[Twisted-web] Telnet server: Detecting CTRL-<key>, as happends with CTRL-C

Eloranta, Teuvo (NSN - FI/Tampere) teuvo.eloranta at nsn.com
Wed Feb 4 06:35:23 EST 2009


Hello,

I have an application, with Python 2.4 and Twisted 8.2.0.

Can I somehow detect e.g. CTRL-J key presses in:


  class Telnet_simulation(telnet.Telnet)
	-->
      def dataReceived(self, data):

(or elsewhere in code)?


When sending CTRL-C, the dataReceived() is called immeaditely, but when
sending some other combinations, the data can be seen only after Enter
is pressed?
(telnet_Command is called then) But the CTRL-J is not a telnet command,
it should act same way as CTRL-C.

Thank you,

Teuvo

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-web/attachments/20090204/bea1efab/attachment.htm


More information about the Twisted-web mailing list