>> 1. Which keyboard layout are you using?
>
> English (Dvorak, alt. intl.)
There is something with that layout. With that enabled I can reproduce
the problem. Both on jammy and impish.
>> 2. What happens if you drop the 'lv3:none' option, so you only have:
>> ['altwin:menu', 'compose:ralt']
>
On Tue, Apr 19, 2022 at 06:42:15AM -, Gunnar Hjalmarsson wrote:
> Is 'lv3:none' a valid XKB option?
I have no idea. But until I set it, I was seeing conflicting lv3
options.
> I can't reproduce your problem on my jammy. Even if I set "Alternate
> Characters Key" to "Right Alt" in Settings, t
Is 'lv3:none' a valid XKB option?
I can't reproduce your problem on my jammy. Even if I set "Alternate
Characters Key" to "Right Alt" in Settings, the 'compose:ralt' option
overrides it and RightAlt/AltGr works as a compose key. That's true also
if I use the Swedish layout, which — unlike the basi
Was able to force the Compose key to work by running the following
command:
gsettings set org.gnome.desktop.input-sources xkb-options
"['altwin:menu', 'compose:ralt', 'lv3:none']"
seems impossible to get to this configuration via the UI.
--
You received this bug notification because you are a m
The output is:
$ gsettings get org.gnome.desktop.input-sources xkb-options
['lv3:ralt_alt', 'grp:alts_toggle', 'altwin:menu', 'compose:ralt']
$
not sure what 'ralt_alt' means as opposed to 'ralt', but this is at
least consistent with the fact that the key is stuck as AltGr instead of
Compose.
If
Hi Steve,
Can you please let us know the output of this command:
gsettings get org.gnome.desktop.input-sources xkb-options
when your settings combo gives you the reported xev output for Right
Alt.
** Changed in: gnome-control-center (Ubuntu)
Status: New => Incomplete
--
You received th