希望增加快捷键实现单手关机?
Tofloor
poster avatar
crazya
deepin
2020-05-09 19:27
Author
像win10可以win+x => u => u就可以关机,真的很方便
Reply Favorite View the author
All Replies
avatar
安洛
deepin
2020-05-09 19:59
#1
可以自定义快捷键吧
Reply View the author
avatar
189******23
deepin
2020-05-09 21:25
#2
自定义快捷键就行了,我是自己做了一键休眠
Reply View the author
avatar
Ziggy
deepin
2020-05-09 21:49
#3
可以写一下sh脚本,shutdown now,保存为*.sh,直接双击运行
Reply View the author
avatar
crazya
deepin
2020-05-09 21:50
#4
https://bbs.deepin.org/post/193905
自定义快捷键就行了,我是自己做了一键休眠

感谢大佬,学会了
Reply View the author
avatar
crazya
deepin
2020-05-09 21:50
#5
https://bbs.deepin.org/post/193905
可以自定义快捷键吧

感谢大佬,学会了
Reply View the author
avatar
SamLukeYes
deepin
2020-05-09 22:49
#6
时尚模式触屏关机很方便快捷
Reply View the author
avatar
crazya
deepin
2020-05-10 00:18
#7
https://bbs.deepin.org/post/193905
时尚模式触屏关机很方便快捷

那就得换电脑了,哈哈
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-05-10 00:20
#8
自定义快捷键或者新建脚本xxx.sh
内容

poweroff

保存后赋予执行权限即可
Reply View the author
avatar
jingle
deepin
2020-05-10 00:23
#9
  1. sudo init 0
Copy the Code
Reply View the author
avatar
crazya
deepin
2020-05-10 00:26
#10

我已经这样搞定了
Reply View the author