Usually, you open the Task manager in windows os to use Ctrl+Alt+Del, in ubuntu there is a System monitor , almost the same as the task manager in windows. Opening the System monitor ubuntu by pressing Ctrl+Alt+Del simply follow the steps below:
To enable Ctrl+Alt+Del go to System>Preferences>Keyboard Shortcuts and search for "logout" and you will see a logout shorcut is Ctrl + Alt + Del, click the shortcut is there and replace the other shortcut, or you can also disable the shortcut.
To enable Ctrl+Alt+Del go to System>Preferences>Keyboard Shortcuts and search for "logout" and you will see a logout shorcut is Ctrl + Alt + Del, click the shortcut is there and replace the other shortcut, or you can also disable the shortcut.
Close the Appilcation and open gconf-editor, with: write the entry to the terminal
go to:
There are other ways to activate the Crtl + Alt + Del to open System Monitor by running gconf-editor through the terminal.
follow the steps below :
$ gconf-editor
go to:
- Apps> Metacity
- Select "Global_keybindings" and seek "run_command_X" value where X is between 1 and 12 and is not used
- Add this value:
Delete - Now select "Keybindings_commands" on the left tree. Goto "command_X" where X is the same number of the selected option in run_command_X.
There are other ways to activate the Crtl + Alt + Del to open System Monitor by running gconf-editor through the terminal.
follow the steps below :
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_1 "Delete"
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_1 "gnome-system-monitor"
No comments:
Post a Comment
Please Comment...!!