kernel_panic Asked: 2011-12-31 04:35:55 +0800 CST2011-12-31 04:35:55 +0800 CST 2011-12-31 04:35:55 +0800 CST Are there any Keyboard Shortcuts to Shutdown? [duplicate] 772 Are there any Keyboard Shortcuts to Shutdown? (e.g. in Windows Alt+F4+Alt+F4 Right Arrow Enter) shutdown 6 Answers Voted Best Answer Thomas Boxley 2011-12-31T05:39:21+08:002011-12-31T05:39:21+08:00 No, but assuming you're using 11.10, one can easily be added by going to: System Settings Keyboard Shortcuts tab Custom Shortcuts Then the little + icon. You can give it the name "Shutdown", and the command. Try the command below: gnome-session-quit --power-off --force , then apply whatever keyboard shortcut you want to it. danjjl 2011-12-31T05:51:09+08:002011-12-31T05:51:09+08:00 Yes there is shortcut to shutdown (not a keyboard one). Shortly pressing and releasing the power button will call the shutdown dialogue box. dulton 2013-02-23T05:07:20+08:002013-02-23T05:07:20+08:00 You can try this steps as well: Press Alt+F10. The file menu will get displayed in the top. Use the Right Arrow key in your keyboad and go to extreme right (Pressing Left Arrow might also work and be much faster). Select the shutdown in from the menu and hit enter. Nili 2012-09-14T06:23:16+08:002012-09-14T06:23:16+08:00 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: dbus-send --system --print-reply --system --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop Making a shortcut for the above command instead provides an instant "quick power off." Rishu Prakamya Dutt 2013-07-23T08:44:49+08:002013-07-23T08:44:49+08:00 This probably not a shortcut, but you dont need a mouse to perform it: Press alt. In the hud that appears, start typing shut down "Device>Shut Down" should most likely be the first option, press enter. This opens the shut down dialog box. You can now choose to shut down or restart using arrow keys and then press enter. It seems a lot, but its really just around 10 key strokes. green 2013-05-19T13:14:06+08:002013-05-19T13:14:06+08:00 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.
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. Try the command below:
, then apply whatever keyboard shortcut you want to it.
Yes there is shortcut to shutdown (not a keyboard one).
Shortly pressing and releasing the power button will call the shutdown dialogue box.
You can try this steps as well:
Press Alt+F10.
The file menu will get displayed in the top.
Use the Right Arrow key in your keyboad and go to extreme right (Pressing Left Arrow might also work and be much faster).
Select the shutdown in from the menu and hit enter.
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."
This probably not a shortcut, but you dont need a mouse to perform it: Press alt.
In the hud that appears, start typing shut down "Device>Shut Down" should most likely be the first option, press enter.
This opens the shut down dialog box. You can now choose to shut down or restart using arrow keys and then press enter.
It seems a lot, but its really just around 10 key strokes.
In Ubuntu 13.04, you can set a keyboard shortcut to this script:
This would bring up the shutdown dialog.