Re: [PATCH] xev: fix KeymapNotify event printing

2022-02-20 Thread Alan Coopersmith
On 2/18/22 14:20, Goblin wrote: Hello everyone, When xev prints the KeymapNotify event (after the user brings the xev window into focus), it incorrectly displays unsigned char values >= 128. For instance, 128 is printed as 42949667168. This can be seen for instance by holding the '6' key

[PATCH] xev: fix KeymapNotify event printing

2022-02-19 Thread Goblin
Hello everyone, When xev prints the KeymapNotify event (after the user brings the xev window into focus), it incorrectly displays unsigned char values >= 128. For instance, 128 is printed as 42949667168. This can be seen for instance by holding the '6' key (which has the keycode 15) and then