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

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

bug#54656: 29.0.50; [menu] key is not read anymore


From: Po Lu
Subject: bug#54656: 29.0.50; [menu] key is not read anymore
Date: Sat, 02 Apr 2022 09:00:39 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

dal-blazej@onenetbeyond.org writes:

> The key is still not read.

Okay, please put a breakpoint here:

          /* Common for all keysym input events.  */
          XSETFRAME (inev.ie.frame_or_window, f);
=======>  inev.ie.modifiers
            = x_x_to_emacs_modifiers (FRAME_DISPLAY_INFO (f), modifiers);
          inev.ie.timestamp = xkey.time;


and show the value of `keysym' when you press the menu key.

Thanks.




reply via email to

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