===== Custom Shortcuts ===== There are a few extra keyboard shortcuts added to Sparky desktops: LXQt, Openbox and Xfce: ^ Shortcuts ^ Tool ^ LXQt command ^ Openbox command ^ Xfce command ^ | super+w | Web browser | x-www-browser | x-www-browser | x-www-browser | | super+m | Email client | exo-open –launch MailReader | exo-open –launch MailReader | exo-open –launch MailReader | | super+t | Terminal emulator | x-terminal-emulator | x-terminal-emulator | x-terminal-emulator | | Print | Screenshot | lximage-qt - -screenshot | xfce4-screenshooter / gscreenshot | xfce4-screenshooter | | super+e | File manager | pcmanfm-qt | thunar | thunar | | super+p | Printer | system-config-printer | system-config-printer | system-config-printer | | super+d | Monitor | lxqt-config-monitor | | xfce4-display-settings - -minimal | | super+l | Monitor | | lxrandr | | | super+q | Quit | | wm-logout | | | super+r | Run | | gexec | | | Ctrl+Esc | Menu | | jgmenu_run | | ==== How to update shortcuts ==== Update **sparky-desktop-data** package to the latest version, then: === LXQt === Copy the file: /usr/share/sparky-desktop-data/lxqt/skel/.config/openbox/lxqt-rc.xml to: ~/.config/openbox/ then restart Openbox: openbox --restart === Openbox === Copy the file: /usr/share/sparky-desktop-data/openbox/skel/.config/openbox/rc.xml to: ~/.config/openbox/ then restart Openbox: openbox --restart === Xfce === Add the shortcuts manually: Web browser: xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/w" --create --type string --set "x-www-browser" Email client: xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/m" --create --type string --set "exo-open --launch Mailreader" Terminal emulator: xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/t" --create --type string --set "x-terminal-emulator" Screenshot: xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/Print" --create --type string --set "xfce4-screenshooter" Thunar: xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/e" --create --type string --set "thunar" Printer: xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/p" --create --type string --set "system-config-printer" Monitor: xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/d" --create --type string --set "xfce4-display-settings -- minimal" It can chanage your fonts settings, so reset it via the Xfce Config tool back after.