Skip to content

Instantly share code, notes, and snippets.

@ctchuang
Created October 10, 2016 03:45
Show Gist options
  • Save ctchuang/c8f6e8baa427761c7faf9633fced41a3 to your computer and use it in GitHub Desktop.
Save ctchuang/c8f6e8baa427761c7faf9633fced41a3 to your computer and use it in GitHub Desktop.
Solutions
1. Very brutal
sudo apt-get purge ibus
killall ibus-daemon
2. .xinputrc
~/.xinputrc
# Don't run ibus, which steals C-SPC.
run_im xim
3. Run dconf-editor
"desktop > ibus > general > hotkey", and remove the control-space entry from both the "trigger" and "triggers".
http://askubuntu.com/questions/243639/ctrlspace-has-been-bound-to-invoke-some-input-method-and-does-not-work-in-ema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment