Saya membangun jawaban @ terdon dan membuat skrip untuk melakukan hal yang sama , tetapi melakukannya dengan cara yang lebih ramah pengguna.
Anda bisa menggunakannya seperti ini:
gnome-key-bindings --unset-all --except 'close|switch-applications'
Karena saya suka menggunakan keybindings default Alt-F4 dan Alt-Tab (dan sebaliknya menggunakan shift), ini akan menghapus semua keybindings kecuali ini.
Ini juga memiliki menu bantuan yang bagus:
List/disable/enable/set gnome-key-bindings
gnome-key-bindings [-h | option] [value]
Options
--list Lists all the current keybindings
--set=key Set a specific keybinding
--unset=key Unsets a specific keybinding
--unset-all Unsets all keybindings
--except=REGEX Filter out keys matching REGEX from being unset
--print-default Prints the default shortcuts per Ubuntu 18.04
Examples:
Clearing all keys except a few:
gnome-key-bindings --unset-all --except "close|switch-applications|switch-input-source|show-desktop"
Setting a shortcut
gnome-key-bindings --set=maximize "<Super>Up"
Untuk menggunakannya di komputer Anda sendiri
curl -s https://raw.githubusercontent.com/fatso83/dotfiles/master/utils/scripts/gnome-key-bindings -o gnome-key-bindings
curl -s https://raw.githubusercontent.com/fatso83/dotfiles/master/utils/scripts/easyoptions.sh -o easyoptions.sh
curl -s https://raw.githubusercontent.com/fatso83/dotfiles/master/utils/scripts/easyoptions.rb -o easyoptions.rb
chmod +x ./gnome-key-bindings
sudo mv ./gnome-key-bindings easyoptions.* /usr/local/bin/