bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65488: 29.1; Modifiers stack when modifier keys are remapped in x-se


From: Po Lu
Subject: bug#65488: 29.1; Modifiers stack when modifier keys are remapped in x-server
Date: Thu, 24 Aug 2023 18:06:21 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Johan Bengtsson <Johan.Bengtsson@iar.com> writes:

> To reproduce:
> * Map  the "windows key" to Meta_L in your x-server. Assuming the Gnome 
> environment this is done using Gnome tweaks. Set Keyboard & Mouse > 
> Additional Layout Options > Alt and Win behavior to "Meta is mapped to Win"
> * Start Emacs
> * Press "windows key + x"
>
> Emacs will then complain that "M-s-x" is unmapped.

This is a bug in GNOME we've already been appraised of several times.

Emacs now uses the XKB extension to establish the relationship between
virtual modifiers and real modifier bits within an X server, which is
capable of detecting when multiple virtual modifiers are associated with
the same modifier bit.

You probably need to run:

  $ xmodmap

ascertain which modifier bit is bound to Super, and remove the
extraneous virtual modifier from that bit.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]