Last active
March 13, 2023 01:18
-
-
Save jeovazero/677cbd0a878464d30a48016bef385e04 to your computer and use it in GitHub Desktop.
This file contains hidden or 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://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1863080 | |
https://youtrack.jetbrains.com/issue/IDEA-59679/Cannot-type-dead-keys-in-Linux | |
worked: | |
XMODIFIERS='' idea.sh | |
on | |
OS: Debian 11 bullseye | |
Kernel: x86_64 Linux 5.18.0-0.bpo.1-amd64 | |
$ set | grep -E 'XMODIFIERS|GTK_IM_MODULE|QT_IM_MODULE';setxkbmap -query | |
QT_IM_MODULE=ibus | |
XMODIFIERS=@im=ibus | |
rules: evdev | |
model: pc105 | |
layout: br,us,us | |
variant: ,, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment