Skip to content

Instantly share code, notes, and snippets.

@yurrriq
Created November 29, 2023 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yurrriq/449a502df09da99d30b5786e98024dd2 to your computer and use it in GitHub Desktop.
Save yurrriq/449a502df09da99d30b5786e98024dd2 to your computer and use it in GitHub Desktop.
Stop GNOME from eating C-;
# https://superuser.com/a/1687344
λ gsettings get org.freedesktop.ibus.panel.emoji hotkey
['<Control>period', '<Control>semicolon']
λ gsettings set org.freedesktop.ibus.panel.emoji hotkey "@as ['<Control>period']"
λ gsettings get org.freedesktop.ibus.panel.emoji hotkey
['<Control>period']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment