2024 multiple keyboards

dear psychopy,

Noticed a problem with multiple keyboards

version 2024.1.5 on windows 10

there are 2 keyboards: regular dell keyboard and PST/Celeritas device in the keyboard mode.

psychopy detects only the regular keyboard

from psychopy.hardware import keyboard

keyboard.getKeyboards() returns a single object instead of two objects.

version 2022.2.4 does not have this issue.

any ideas?

LF