Thanks for cc'ing me.
On Mon, 20 Dec 2021 11:28:46 +0800,
Po Lu <luangruo@yahoo.com> wrote:
GTK likes to swallow keyboard modifiers at random, especially things
like C-;.
Perhaps Yuuki might have some ideas.
Maybe gtk consumes C-; and emits ;.
I have no idea.
Try:
(pgtk-use-im-context nil)
This disables input methods. If you need a input method,
try elisp-based input methods.
--
Yuuki Harano