LXDE is a good desktop, but i need some apps, that want work with shortcuts. Xbindkeys is installed, but don't start a startup. No problem with the article from
http://pclosmag.com/html/Issues/201006/page10.html , we can add a .desktop file.
You can add the follow file, as root in /usr/share/applications/, save it at XbindKeys.desktop
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Name=XbindKeys
Comment=shortcuts enable
Categories=X-MandrivaLinux-System-Configuration
Exec=xbindkeys
Icon=gnome-settings-keybindings
Terminal=false
StartupNotify=false Now copy with file as user to your autostart folder /home/user/.config/autostart/
cp /usr/share/applications/XbindKeys.desktop $HOME/.config/autostart/When you now start a new session, xbinkeys is now available, and you can add shortcuts, simple to edit the xbindkeysrc with your editor ( i use gedit). Xbindkeys must restart to work with your new shortcut.
To add a shortcut open xbindkeysrc and type following lines over
##################################
# End of xbindkeys configuration #
##################################
it is on the end of the file.
# Screenshooter
"xfce4-screenshooter"
control+bTo make shots of my desktop i use xfce4-screenshooter, it's looks good, and clean...
With the keyboard keys "ctrl+b" start's xfce4-screenshooter.
A other way to add icon-starter is wbar...
Advantage:
You don't change the system setting, because a file names .wbar will create under your /home directory.
What is need?
wbar and wbarconf, find it in the repositories.
You can download the following wbar file. Save it in your /home/user/.wbar. Notice wbar is a hidden file, and must set a dot for wbar

# The Bar && Font
#
#wbarcommand="wbar -bpress -above-desk -pos top"
i: /usr/share/wbar/iconpack/wbar.osx/osxbarback.png
c:
t: /usr/share/wbar/iconpack/wbar.osx/font/12
i: /usr/share/icons/file_tools_section.png
c: pcmanfm
t: PCMan
i: /usr/share/wbar/iconpack/wbar.osx/firefox.png
c: firefox
t: firefox
i: /usr/share/wbar/iconpack/wbar.osx/thunderbird.png
c: evolution
t: Evolution
i: /usr/share/wbar/iconpack/wbar.osx/psi.png
c: pidgin
t: pidgin
i: /usr/share/wbar/iconpack/wbar.osx/gimp.png
c: gimp
t: gimp
i: /usr/share/wbar/iconpack/wbar.osx/gqview.png
c: mtpaint
t: mtpaint
i: /usr/share/wbar/iconpack/wbar.osx/xmms.png
c: lxmusic
t: LXMusicPlayer
i: /usr/share/icons/nuoveXT2/128x128/apps/music-player.png
c: xmms
t: XMMS
i: /usr/share/wbar/iconpack/wbar.osx/gnucash.png
c: abiword
t: Abiword
i: /usr/share/wbar/iconpack/wbar.osx/gmplayer.png
c: smplayer
t: smplayer
i: /usr/share/icons/packaging_section.png
c: $HOME/re-install
t: Re-Install
i: /usr/share/icons/gnome/48x48/apps/gnome-settings-keybindings.png
c: gedit $HOME/.xbindkeysrc
t: Tastenkürzel
i: /usr/share/icons/wbarconf.png
c: wbarconf
t: WbarConf You should installed gedit, too to use Tastenkürzel. You can rename the german words to your language. It's should work, hope

To startup wbar by systemstart use
cp /usr/share/applications/wbar.desktop $HOME/.config/autostart/more will come...