Are there any Keyboard Shortcuts to Shutdown? (e.g. in Windows Alt+F4+Alt+F4 Right Arrow Enter)
|
No, but assuming you're using 11.10, one can easily be added by going to:
You can give it the name "Shutdown", and the command |
|||
|
|
|
Yes there is shortcut to shutdown (not a keyboard one). Shortly pressing and releasing the power button will call the shutdown dialogue box. |
|||||||
|
|
The command in Thomas Boxley's answer works pretty well, but you may want to instead use a command that shuts down and powers off the machine, without any warning dialog. If you want that, you can use this command:
Making a shortcut for the above command instead provides an instant "quick power off." |
||||
|
|
|
You can try this steps as well:
|
||||
|
|
|
Press Ctrl+Alt+Del to bring the shutdown window up then press Enter. |
|||
|
|
In Ubuntu 13.04, you can set a keyboard shortcut to this script: #!/bin/bash dbus-send --print-reply --dest="org.gnome.Shell" /org/gnome/SessionManager/EndSessionDialog org.gnome.SessionManager.EndSessionDialog.Open uint32:2 uint32:0 uint32:60 array:objpath:/org/gnome/SessionManager/EndSessionDialog This would bring up the shutdown dialog. |
|||
|
|
