Re: Send a custom key sequence to konsole

2013-12-16 Thread Martin Sandsmark
On Fri, Dec 06, 2013 at 01:06:45PM +0800, Aaron Lewis wrote: > Basically I want to clear the current command line, then insert a few > commands then a newline to trigger the execution of the command > > Which internal function should I call? Is it as simple as passing a QString Dolphin seems to d

Re: Send a custom key sequence to konsole

2013-12-16 Thread Thomas Lübking
On Montag, 16. Dezember 2013 09:08:22 CEST, Jörg Ehrichs wrote: Basically I want to clear t Which internal function should I call? Is it as simple as passing a QString Seems you are looking for QProcess here. To do what? @Aaron: do you want to operate on a konsole part in your own process or

Re: Send a custom key sequence to konsole

2013-12-16 Thread Jörg Ehrichs
> Basically I want to clear t > Which internal function should I call? Is it as simple as passing a QString Seems you are looking for QProcess here. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Send a custom key sequence to konsole

2013-12-05 Thread Aaron Lewis
Hi, How can I send customized key sequence to Konsole? Basically I want to clear the current command line, then insert a few commands then a newline to trigger the execution of the command Which internal function should I call? Is it as simple as passing a QString -- Best Regards, Aaron Lewis