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

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

bug#54289: 29.0.50; Emacs ignores xmodmap Super_L assignment


From: Po Lu
Subject: bug#54289: 29.0.50; Emacs ignores xmodmap Super_L assignment
Date: Tue, 08 Mar 2022 08:39:59 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Po Lu <luangruo@yahoo.com> writes:

> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> I have these entries in ~/.Xmodmap:
>>
>> keysym Super_L = slash
>> keysym Menu = backslash
>>
>> In my latest build from master (details below), the Super_L assignment
>> is ignored and Emacs does not react at all to pressing the Super_L key
>> (the Menu assignment is still recognized).  According to git bisect the
>> following commit introduced this behavior change:
>
> Thanks, that's very odd.  Do GTK programs also ignore this mapping?

If that is so, you probably have a stray modifier bound to Super_L
(perhaps Mod4?)

In that case, you should also add:

  remove Super_L = Mod4

Or something of the sorts to your .Xmodmap.




reply via email to

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