There is a problem for users of IntelliJ on Ubuntu that the Ctrl-Shift-U shortcut is taken. You could use the UI tools, but I like to fix things once by running setup.sh
script on my dev machines. That means a scriptable command. One fix is to just uninstall ibus
, but if you actually require IBUS that is a bit too rough. So how would I go about disabling a shortcut from the command line?
I assume a config file is written somewhere, which means I should be able to make a copy of that and copy that to some location. But I also see that ibus-setup
has a range of commands. Not seeing what to use, though ...