Additions to key-mon
I've been busy and did lots of updates to key-mon , my keyboard status monitor.   The big news is that it's now resizable!   Normal size:    Small size:    Larger size:    It can be scaled to any size not just three, here it is at 2x without the mouse and showing the meta (Windows) key:    Heathenx  is helping me get nicer looking images, especially at smaller sizes. For the really small sizes I needed to change the look a bit,  so now I have two sets of SVG  files, one for the normal size and another for the smaller size.   Creating the different sizes was a bit of a pain. GTK wants to read the svg from disk so any changes made to svg needs to be dumped to a temporary file.  Also GTK doesn't seem to have a parameter to load and resize, so I end up manipulating the svg so that it is scaled larger or smaller.   The extra work was worth it, I think.  Some screencasts today are high resolution, so the key status monitor will be tiny.  Other screen casts are very small, ...