[Others] Deepin25如何取消一个系统快捷键
Tofloor
poster avatar
软糖酱八号机
deepin
2025-07-16 09:22
Author

我想在设备->键盘->快捷键中取消一个系统快捷键,比如说我想把“延时截图”的快捷键改为“无”,但是无论我怎么设置它都会重新变成默认快捷键,别家的系统我记得可以通过设置为esc/backspace/del之类的来取消快捷键,Deepin怎么取消呢?

Reply Favorite View the author
All Replies
75020
deepin product team
2025-07-16 13:22
#1

backspace删除可以改为无,bug已经在修复,后续版本推送

Reply View the author
hotime
deepin
2025-07-18 20:26
#2
# 设置延时截图快捷键为空
gsettings set com.deepin.dde.keybinding.system screenshot-delayed []

# 恢复延时截图的默认快捷键
gsettings reset com.deepin.dde.keybinding.system screenshot-delayed
Reply View the author