Re: Keyboard macros?
Gilles Baudrillard <[email protected]>
| Newsgroups | gmane.linux.mandrake.expert |
|---|---|
| Message-ID | <[email protected]> |
On 27/10/2010 05:30, David Guntner wrote: > I've been using Konsole to do my terminal (shell) work in KDE. I like > it, but it doesn't seem to have any kind of keyboard macro > functionality. I'd like to have it be able to record what I'm doing as > I key my way through various repetitive steps and save it so that I can > then hit one key and have it repeat the whole bloody complicated > process, thus saving me typing. :-) > > Is there any such console program available under Mandriva 2010.1? > > --Dave > use the command script (it opens a child shell) : script mysession ... do your session .... close the script file with control-D Now the file 'mysession' will contain all inputs and outputs of your session. Gilles