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

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

bug#53003: closed (29.0.50; Wrong key modifiers)


From: GNU bug Tracking System
Subject: bug#53003: closed (29.0.50; Wrong key modifiers)
Date: Wed, 05 Jan 2022 01:05:02 +0000

Your message dated Wed, 05 Jan 2022 09:03:50 +0800
with message-id <8735m39eo9.fsf@yahoo.com>
and subject line Re: bug#53003: 29.0.50; Wrong key modifiers
has caused the debbugs.gnu.org bug report #53003,
regarding 29.0.50; Wrong key modifiers
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53003: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53003
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.50; Wrong key modifiers Date: Tue, 04 Jan 2022 09:48:32 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)
Some recent change broke the Hyper key modifiers.

After this change typing the Hyper key with arrows shows

  s-<right> is undefined

Before this change it was

  H-<right> is undefined

For this key xev reports keycode 133 (keysym 0xffed, Hyper_L)

In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo 
version 1.16.0)
 of 2022-01-02
Repository revision: b2167d98432a78442522b7564e22f47d75a98b6f
Repository branch: master

Configured using:
 'configure --with-native-compilation --with-xinput2 --with-pgtk '

But it also broken with this:

Configured using:
 'configure --with-native-compilation'



--- End Message ---
--- Begin Message --- Subject: Re: bug#53003: 29.0.50; Wrong key modifiers Date: Wed, 05 Jan 2022 09:03:50 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)
Juri Linkov <juri@linkov.net> writes:

> shift       Shift_L (0x32)
> lock
> control     Control_L (0x25),  Control_L (0x42),  Control_R (0x69)
> mod1        Alt_L (0x40),  Meta_L (0xcd)
> mod2        Num_Lock (0x4d)
> mod3
> mod4        Hyper_L (0x85),  Hyper_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)
> mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)

> But I already replaced all mentions of 'hyper' with 'super' in my init
> file, so if you think there is no bug, then you could close this
> report.

Thanks, closed.
You could try placing this text in your ~/.Xmodmap and loading it, if
you want to gain the use of both Hyper and Super:

  remove mod4 = Hyper_L
  add    mod3 = Hyper_L

Thanks.


--- End Message ---

reply via email to

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