Câu trả lời:
Chạy lệnh sau trong Terminal:
gsettings set org.gnome.shell.extensions.dash-to-dock hot-keys false
Điều này sẽ vô hiệu hóa hành vi mặc định của Super + 0... 9.
Ngoài câu trả lời của Nolf , bạn cũng có thể đặt các cài đặt này trên dòng lệnh bằng các lệnh sau:
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 []
Cài đặt dconf-editor
( sudo apt install dconf-editor
) và mở dconf-editor
. Thay thế các phím tắt bằng dấu ngoặc rỗng ' []
' như trong ảnh chụp màn hình.
/org/gnome/shell/keybindings/
, ít nhất là đối với tôi.
/org/gnome/shell/keybindings/
ưu tiên hơn/org/gnome/shell/extensions/dash-to-dock/
Theo kinh nghiệm của tôi trên Ubuntu 19.04, tôi phải đặt cả hai
org.gnome.shell.extensions.dash-to-dock app-hotkey-1 '[]'
org.gnome.shell.keybindings switch-to-application-1 '[]'
để hủy kích hoạt phím tắt trình khởi chạy ứng dụng 1. Nếu tôi chỉ thay đổi một trong hai cài đặt thì nó không hoạt động.