créer un fichier qui contient :

#!/bin/sh
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_1 "<Mod4>e"
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_1 "nautilus"
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_2 "<Mod4>f"
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_2 "gnome-search-tool"
gconftool-2 -t str --set /apps/metacity/global_keybindings/show_desktop "<Mod4>d"
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_10 "<Control><Alt>Delete"
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_10 "gnome-system-monitor"

le rendre exécutable et le lancer une seule fois

windows+e -> lance nautilus
windows+f -> lance une recherche
windows+d -> affiche/cache le bureau
<Control><Alt><Suppr> -> lance le moniteur système