In xvidcap (screencast capture on Linux), is there a shortcut to stop recording?

It is not convenient to have to switch to xvidcap's window and click on "Stop", as it is recorded too.

link|improve this question

71% accept rate
feedback

1 Answer

up vote 0 down vote accepted

You can use methods exported via DBUS to control Xvidcap:

$ qdbus net.jarre_de_the.Xvidcap /net/jarre_de_the/Xvidcap net.jarre_de_the.Xvidcap.Start

and

$ qdbus net.jarre_de_the.Xvidcap /net/jarre_de_the/Xvidcap net.jarre_de_the.Xvidcap.Stop

There are some more, but these are what you need.

All you have to do is bind them to a global shortcut. In KDE you can use inbuilt KHotKeys for this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.