copy images from the screen quickly

CiAsA Boark ciasaboark at gmail.com
Tue Nov 23 19:46:52 GMT 2004


On Sun, 21 Nov 2004 15:29:05 +0100, lonblu at virgilio.it
<lonblu at virgilio.it> wrote:
> Hi
> I was wondering if I could use a functionality of KDE that automatically does
> 4 things:
> -Ctrl-Stamp (snapshoot of the current window)+
> -change window to colour paint (or similar program)+
> -paste it in kolour paint+
> -put me in select mode
> so I can directly start working on that
> 
> Is it possible with Khotkeys?
> Or do you know any program that interacts in a such way with Kde?

make a file snapedit.sh with the following, then you can bind a
keypress to launch it
gimp-remote just makes sure there is only one instance of the gimp
open, replace that with whatever image editor you want.

#!/bin/sh
DATE=`date`
import "/tmp/snapshot-$DATE.jpeg"
gimp-remote-1.3 "/tmp/snapshot-$DATE.jpeg"
___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




More information about the kde mailing list