Skip to content

Instantly share code, notes, and snippets.

@jmpage
Created March 27, 2022 16:38
Show Gist options
  • Save jmpage/677bb3fe67e9fade6320620bd4adfb64 to your computer and use it in GitHub Desktop.
Save jmpage/677bb3fe67e9fade6320620bd4adfb64 to your computer and use it in GitHub Desktop.
Weird Ubuntu Notes

Notes regarding changes that I plan to make to my setup scripts.

Emoji Hotkey C-.

In Ubuntu 21.10, a new hotkey has been added for the emoji panel.

Test for whether or not a hotkey exists for C-.:

gsettings list-recursively | grep "<Control>period"

Unset hotkey:

gsettings set org.freedesktop.ibus.panel.emoji hotkey "[]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment