???????? Sun, 24 Aug 2014 17:54:29 +0300, jacob lindberg <jacob.930321 at gmail.com>:
> Thank you Yuri. > > Now the ctrl+printscreen saves a png file in /Dropbox/CamPhoto/ > > But it does not provide a link to the URL How do I make that happen? > > thanks in advance > You can use "&&" and some clipboard magic: http://linuxtidbits.wordpress.com/2008/02/22/command-line-to-clipboard/ Best regards, Yuri > > On Sun, Aug 24, 2014 at 3:21 PM, Yuri Chornoivan <yurchor at ukr.net> wrote: > >> ???????? Sun, 24 Aug 2014 12:34:45 +0300, jacob lindberg < >> jacob.930321 at gmail.com>: >> >> >> Hi, can I make it so that each time I press PrtSc or ctrl+prsc I save a >>> file named >>> screenshot_todaysdate >>> to >>> /Dropbox/folder >>> >>> Thanks. >>> >> >> Hi, >> >> 1. Start System settings (Alt+F2 & systemsettings). >> >> 2. Choose "Shortcuts and Gestures" module. >> >> 3. On "Custom shortcuts" page choose the existing shortcut or create the >> new with PrintScreen trigger. >> >> 4. In the "Command/URL" field write something like "import -window root >> ~/Dropbox/folder/screenshot-`date +%Y-%m-%d-%H-%M-%S`.png" (without >> quotes). >> >> // You need to install ImageMagick package for this to work. >> >> This list is for KDE documentation writers so your question is slightly >> off topic here. Useful support resources: >> >> https://userbase.kde.org/Getting_Help >> >> Hope this helps. >> >> Best regards, >> Yuri
