Created
November 29, 2023 18:23
-
-
Save yurrriq/449a502df09da99d30b5786e98024dd2 to your computer and use it in GitHub Desktop.
Stop GNOME from eating C-;
This file contains 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
# 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