???????? 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
