#!/bin/sh gconftool-2 --set /apps/metacity/global_keybindings/run_command_1 --type String "F5" gconftool-2 --set /apps/metacity/global_keybindings/run_command_2 --type String "F6" gconftool-2 --set /apps/metacity/global_keybindings/run_command_3 --type String "F7" gconftool-2 --set /apps/metacity/global_keybindings/run_command_4 --type String "F8" gconftool-2 --set /apps/metacity/global_keybindings/run_command_5 --type String "F9" gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_1 "lyricue_remote prev_page" gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_2 "lyricue_remote next_page" gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_3 "lyricue_remote prev_song" gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_4 "lyricue_remote next_song" gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_5 "lyricue_remote blank" |