In Gnome editor on Ubuntu (and potentially other editors affected by IBus), the Ctrl+. shortcut intended for showing suggestions might instead be displaying the letter “e”. This is likely due to a new emoji hotkey implemented by IBus. To resolve this, you can use the “ibus-setup” command to access the IBus settings. Navigate to the “Emoji” tab and locate the shortcut currently assigned to Ctrl+. (It might be listed as “<Control>period;<Control>semicolon”). Click the three dots on the right and choose to either delete the shortcut entirely or reassign it to a different combination. This should restore the expected behavior of Ctrl+. in your editor.

If you are using Vscode or another editor and it shows e instead of show list, do these steps.

I found out that this has to do with a new emoji hotkey from IBus. You can remap it with ibus-setup.

Command ibus-setup opens a window.

  1. At the Emoji tab you will see <Control>period;<Control>semicolon
  2. Click three dots on the right-hand side ...
  3. Then select <Control>period and delete it. Or change it if you want.
  4. Now your ctrl + . must be working just fine.
“e” appears instead of suggestions with Ctrl+. in Gnome editor(Ubutnu)