Answers:
在终端中运行以下命令:
gsettings set org.gnome.shell.extensions.dash-to-dock hot-keys false
这应该禁用默认行为Super+ 0... 9。
除了Nolf的答案外,您还可以使用以下命令在命令行上设置以下设置:
gsettings set org.gnome.shell.extensions.dash-to-dock hot-keys false
gsettings set org.gnome.shell.keybindings switch-to-application-1 []
gsettings set org.gnome.shell.keybindings switch-to-application-2 []
gsettings set org.gnome.shell.keybindings switch-to-application-3 []
gsettings set org.gnome.shell.keybindings switch-to-application-4 []
gsettings set org.gnome.shell.keybindings switch-to-application-5 []
gsettings set org.gnome.shell.keybindings switch-to-application-6 []
gsettings set org.gnome.shell.keybindings switch-to-application-7 []
gsettings set org.gnome.shell.keybindings switch-to-application-8 []
gsettings set org.gnome.shell.keybindings switch-to-application-9 []
安装dconf-editor
(sudo apt install dconf-editor
)并打开dconf-editor
。[]
如屏幕截图所示,将键盘快捷键替换为方括号' '。
/org/gnome/shell/keybindings/
至少对我来说,19.04上的路径是。
/org/gnome/shell/keybindings/
优先于/org/gnome/shell/extensions/dash-to-dock/