আমি @ টার্ডনের উত্তরের উপর ভিত্তি করে তৈরি করেছি এবং এটির জন্য একটি স্ক্রিপ্ট তৈরি করেছি , তবে এটি আরও কিছুটা ব্যবহারকারী বান্ধব ফ্যাশনে করি।
আপনি এটি এর মতো ব্যবহার করতে পারেন:
gnome-key-bindings --unset-all --except 'close|switch-applications'
আমি যেমন ডিফল্ট কী-বাইন্ডিংগুলি Alt-F4 এবং Alt-Tab (এবং শিফট ব্যবহার করে তাদের বিপরীত) ব্যবহার করতে পছন্দ করি, এটি এগুলি বাদে সমস্ত কী-বাইন্ডিংগুলি সরিয়ে ফেলবে।
এটিতে একটি দুর্দান্ত সহায়তা মেনু রয়েছে:
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"
এটি আপনার নিজের মেশিনে ব্যবহার করতে
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/