Keyboard shortcuts customs for Ubuntu/Debian (Gnome, XFCE) Auto save screenshots
- settings > keyboard
- keyboard shortcuts > customize
- find: switch windows
- use Alt+Tab as a shortcut
- save and exit
- settings > keyboard
- keyboard shortcuts > customize shortcus > custom shortcut
- Add shortcut 3.1 Name: Terminal 3.2 Command: gnome-terminal 3.3 Shortcut: Ctrl + Alt + T
- find: switch windows
- use Alt+Tab as a shortcut
- save and exit
Reemplace screenshot box dialog for screenshot region selection and save in clipboard and save in pictures without asking
- Keyboard
- Shortcuts
- Add 3.1 Command:/home/lupita/Documents/screenshots-man.sh 3.2 Use Print key as shortcut
#!/bin/bash
xfce4-screenshooter -c -r -s "$HOME/Pictures/Screenshots/Screenshot $(date '+%Y-%m-%d %H:%M:%S').png"
3.3 Add run permissions 3.4 With zsh does not work, so I had to use bin/sh to excute the command