Created
October 10, 2016 03:45
-
-
Save ctchuang/c8f6e8baa427761c7faf9633fced41a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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