In Emacs run in terminal, ctrl+space is a standard shortcut key to select region. But under Ubuntu 12.04, it will invoke some input method for non-English language. I was wondering if I can reserve it for Emacs only?
Under System Settings -> Keyboard -> Shortcuts
, I couldn't find to what ctrl+space has been bound. Strange.
Other programs, especially auto-complete in Eclipse, also seem to have a problem handling ctrl+space.
It sounds like you have Ibus running, which uses Ctrl + Space by default to enable/disable the input editor.
You can change the shortcut key assigned to it in Ibus Preferences.
If Ibus is running in the menubar, you can right-click to choose Preference from the menu. If Ibus is not running in the menubar, you can start the Preferences dialog from the Dash by running Keyboard Input Methods or from the terminal with
ibus-setup
.Update for 14.04
ibus-setup
is no longer available for 14.04. Functions from the formeribus-setup
are instead integrated into System Settings >> Text Entry.Input switching is now set by default to Super + Space, but Ibus may still steal focus from the Control + Space keybinding and cause other system problems, most notably the auto-complete in Eclipse.
Integration of Ibus input switching into the new Text Entry settings is still a work in progress, and this is causing the problem since the older setting still exists behind the scenes.
If you have upgraded from 12.04,
ibus-settings
should still be available.In 14.04, you can edit the settings directly is
dconf-editor
.If it is not installed:
Then browse to Desktop >> ibus >> general >> hotkey. The
trigger
andtriggers
setting will still show 'control+space'. Edit these settings out, being careful to leave empty brackets[]
intriggers
.Disable the IBUS trigger using the commandline:
Or if this does not work try if the first one produces an error:
ibus causes me nothing but headaches. Everytime that I try to change the settings, when I reboot, the Ctrl+Space comes back. Here's my solution:
Now everything works until Ubuntu decides their next stupid thing. Maybe the letter 'o' will map to turning off the computer?
After upgrade to ubuntu 14.04, I had the same problem. What I did.
In Ibus preferences:
System > Preferences > Keyboard Input Methods
.There is an option:
Next input method
it was set to ctrl+space, I removed that and then all started to work back again.Ubuntu Studio 14.04 (XFCE) here. I didn't have problem with Autocomplete (
Ctrl + Space
), but with Copy Line (Ctrl + Alt + Down
).This worked for me:
xfwm4-settings
I have Ubuntu 14.04 GNOME with LXDE. Apparently this desktop has ibus-setup. So, for me, changing the ibus setting was the right fix. Perhaps it was only Unity that did away with the ibus-setup app.
The
dconf-editor
change was not sufficient for me. I have the Mozc (Japanese) input source installed.On Ubuntu 16.04, I also had to:
For some people using Japanese input with fcitx, check
Fcitx Configuration
. There's a menu for global configuration, and underTrigger Input Method
, the default shortcut will be Ctrl + Space.