Environment:
- FreeBSD version: 13.2-RELEASE
- hardware: Raspberry Pi 400
- keyboard: Ducky One 2 usb keyboard (108 keys) / irocks K86R (100 keys)
- shell: bash
- In bsdconfig(8), typing "+" using shift+"=" in main key area will move the selection bar down. However, pressing the "+" key in the numpad area doesn't give the same result. The similar thing happens to the "-" key.
- This only happens when the Num lock is turned off.
- Install FreeBSD 13.2-RELEASE on Raspberry Pi 400
- Use command
bsdconfig
to enter bsdconfig(8) program - Turn off Num lock on the keyboard
- Press shift+"=" in the main key area, verify the selection bar goes down 1 space. Then press "+" key in the numpad, the bug should happen where the selection bar doesn't move.
- Move the selection bar down several times, then press "-" in the main key area, verify the selection bar goes up 1 space. Then press "-" key in the numpad, the bug should happen where the selection bar doesn't move.
- The "+" and "-" should function correctly no matter the num lock is on or off.