Créez un nouveau document avec gedit et collez le texte suivant :
#!/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"
Sauvegarder le document sous le nom raccourciswindows.sh
Définissez les permissions de ce fichier en cliquant avec le bouton droit sur le fichier, puis propriétés et permisssions : cochez la case execution.
En doucle cliquant sur ce fichier, si vous choisissez executer, vous aurez les raccourcis de Windows. Win+e pour nautilus, Win+f pour rechercher un fichier, Win+d pour afficher le bureau, et Ctrl+Alt+Suppr pour le moniteur système. Voila, pour moi qui travaille sur les deux environements, c'est bien pratique...