How to record screencast on Linux with mouse clicks and key hits shown

19

18

Basically I'm looking for an application to record a series of tutorials for a program I wrote.

It's important to show the actions like mouse click, mouse right click, and all what's coming out from the keyboard. In the similar way to this video http://www.flickr.com/photos/jannis/3246408003/ which is made using OSX and ScreenFlick www.araelium.com/screenflick/

Is there such an option?

Thanks

zalun

Posted 2010-03-05T01:23:35.433

Reputation: 323

Answers

22

Yes, a few days ago I published an application for Linux called Screenkey. It's a useful tool to create screencasts, I was inspired by Screenflick for Mac OS and it's based on the key-mon project code. Here you can watch a demo http://www.youtube.com/watch?v=2GqCu0wI-hc This open source project is hosted on http://launchpad.net/screenkey and anyone is welcome to help me with suggestions or reporting bugs.

Bye!

Pablo Seminario

Posted 2010-03-05T01:23:35.433

Reputation: 236

That is an awesome product and a great video. My cube neighbor loved the La Cumparcita accordion solo and JUMPED out of his chair to see what I was looking at.

@zalun, use this :) – speeds images – 2010-06-08T16:41:36.907

3Isn't it only helpful for full screen screencasts? Or one may configure it to be displayed within a defined box somehow? – zalun – 2010-06-09T10:45:07.923

3

Newest, maintained version of screenkey is at https://github.com/wavexx/screenkey

– nachtigall – 2016-06-12T06:26:03.627

27

The best one I've found is Key Status Monitor (KSM). Most other programs only show mouse activity or only keyboard activity, KSM shows both. KSM is an open source GTK+ application used to show live keyboard and mouse status for teaching and screencasts.

you can feed it a ton of different command-line switches for a different display.

For example, using the --smaller switch:

alt text

and the --larger switch:

alt text

and --theme=apple:

alt text

Features:

  • The window and buttons are scalable to any size.
  • Different keyboard themes/styles supported, for instance the Mac look.
  • Starts without a window border.
  • Right click provides an application menu.
  • Supports the META (aka Windows) key.
  • Supports the scroll wheel.
  • Supports all three mouse buttons.
  • Should support multiple mouses or keyboards (untested).
  • Move the window by dragging from anywhere inside.
  • Swap the left and right mouse buttons.
  • Emulate middle click by clicking left and right mouse buttons.
  • When the dialog is smaller a different set of images are used for a better look.
  • Support for foreign keyboards.
  • Ability to make your own keyboard scancode maps, for when the defaults don't work.

John T

Posted 2010-03-05T01:23:35.433

Reputation: 149 037

1It's not ideal as it does not help when someone is writing quick, but I haven't found anything else. Does the job, Thanks! – zalun – 2010-03-05T09:51:34.027

it also supports --old-keys=<N> for quick writing. – user45469 – 2017-08-08T17:47:23.713

The link is dead. A clone seems to be here (and at forks thereof). Not sure if there is an official repo anymore.

– Raphael – 2017-12-05T09:49:10.003

1

I've used DebugMode Wink on Windows before for screencasting. They also have a linux version. I haven't tried it, but if it's like the windows version, it should be pretty easy to use, and is pretty flexible. It outputs to SWF or a series of PNGs.

nhinkle

Posted 2010-03-05T01:23:35.433

Reputation: 35 057

1

You could try Any-Key.

Any-Key is a small tool made to simplify screencasting. Whenever you press a key combination or click the different mouse buttons Any-Key will display it in its window. This makes it possible to easily show complicated key combinations while recording. Of Course it is also possible to disable it with the so called "toogle-key" which will toggle between on and off.

Features:

  • Shows both key presses and mouse clicks
  • Self defined toggle key for on or off (hence the name)
  • Possible to toggle which screen you want it to display on.

http://software.opensuse.org/package/any-key?search_term=any-key

Here is a videoe where I use it. Go to about the 15th second mark to see it in action.

Full disclosure: I was involved in designing it back in the day and it hasn't really been updated in a while. But it still works on my kubuntu 13.04 and I use it regularly.

user14462

Posted 2010-03-05T01:23:35.433

Reputation: 11

0

I know it's not quite in the spirit of what you are doing but I have done Ubuntu tutorials by running Ubuntu in a Parallels on my Mac. On the Mac I run Jing (free) and publish the flash file (.swf) to a website. Jing works on Windows too...

speeds images

Posted 2010-03-05T01:23:35.433

Reputation: 486