The Keyboard Delete key assigns the backspace key
Describe the bug When assigning a key press to the Keyboard Delete key, the backspace key is assigned instead
To Reproduce Steps to reproduce the behavior:
- Go to any key
- Assign it a keypress with Keyboard Delete
- See Backspace on selected key
Expected behavior The delete key should be shown
Screenshots
Environment (please complete the following information):
- OS: Windows 11
- Browser or App : App
- Version : 2
- Device: Soyuz numpad with super mini nrf52840
Annoyingly, HID uses some confusing labels for the two usages here:
You want "Keyboard Delete Forward" to get delete. We probably could stand to use our label overrides in the dropdown too, to avoid this confusion though.
Aah ok I see now.... I wasn't aware of this. Imo the label overrides would be helpful.
+1 for Label overrides. The whole world nowadays calls Delete (Backspace) "Backspace", and Forward Delete "Delete". It's also labelled this way in keymap code as BSPC and DEL.