Send Special Keys to Gtk.VteTerminal
- by Ubersoldat
Hi
I have this OSS Project called Monocaffe connections manager which uses the Gtk.VteTerminal widget from PyGTK. A nice feature is that it allows the users to send commands to different servers' consoles (cluster mode) using a Gtk.TextView for the input.
The way I send key strokes to each Gtk.VteTerminal is by using the feed_child method. For…