Howto: Setup Alt-Ctrl-Del to open gnome-system-monitor, Alt-Ctrl-End to open gnome-terminal!
Last night I was bored and created a simple bash script that uses zenity as a simple install gui and wanted to create something useful, so I figured most users migrating from windows are used to a task manager executing when alt-ctrl-del is pressed so I made this tiny script to do that for you with a nice little addition to execute gnome-terminal when Alt-Ctrl-End is pressed.
Note: This only works for Hardy Heron
Here is what the installer looks like:
Comments (15)

Comments by IntenseDebate
Wolfestine · 881 weeks ago
defcon 52p · 881 weeks ago
gconftool-2 -t str --set /apps/gnome_settings_daemon/keybindings/power "<Control><Alt>P"
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete"
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_10 "<Control><Alt>End"
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_10 "gnome-terminal"
Wolfestine · 881 weeks ago
defcon 52p · 881 weeks ago
Wolfestine 0p · 881 weeks ago
In /apps/metacity/global_keybindings command_9 has gnome-system-monitor and command_10 has gnome-teminal
Even the power entry in /apps/metacity/global_keybindings seems right. Still no luck.
defcon 52p · 881 weeks ago
Wolfestine 0p · 881 weeks ago
Prashanth Kanduri · 881 weeks ago
defcon 52p · 881 weeks ago
Daniel Holm · 881 weeks ago
Wolfestine 0p · 879 weeks ago
Jan · 879 weeks ago
Jan · 879 weeks ago
Andre · 872 weeks ago
emanuel · 868 weeks ago