[Bug 2080804] Re: KEY_F9.value should be 67 but 249 (0xF9)

2024-09-15 Thread Wataru Ashihara
** Description changed: apt show python3-libevdev | grep Version # Version: 0.5-3 + cat /etc/lsb-release # 24.04 + uname -a # Linux wsh24 6.8.0-44-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 13 13:35:26 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux `KEY_F9` is defined as 67 https://git.

[Bug 2080804] Re: KEY_F9.value should be 67 but 249 (0xF9)

2024-09-15 Thread Wataru Ashihara
** Description changed: + apt show python3-libevdev | grep Version # Version: 0.5-3 + `KEY_F9` is defined as 67 https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble/tree/include/uapi/linux/input-event-codes.h?h=Ubuntu-6.8.0-44.44#n142 - , so `libevdev.EV_KEY.KEY_F9` shou

[Bug 2080804] Re: KEY_F9.value should be 67 but 249 (0xF9)

2024-09-15 Thread Wataru Ashihara
** Summary changed: - KEY_F9.value should be 67 but 249 + KEY_F9.value should be 67 but 249 (0xF9) ** Description changed: `KEY_F9` is defined as 67 https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble/tree/include/uapi/linux/input-event-codes.h?h=Ubuntu-6.8.0-44.44#n142

[Bug 2080804] [NEW] KEY_F9.value should be 67 but 249

2024-09-15 Thread Wataru Ashihara
Public bug reported: `KEY_F9` is defined as 67 https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble/tree/include/uapi/linux/input-event-codes.h?h=Ubuntu-6.8.0-44.44#n142 , so `libevdev.EV_KEY.KEY_F9` should be 67, however, it's 249 in Ubuntu 24.04's python3-libevdev. ```py