Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Keyboard Delete key assigns the backspace key #96

Open
rp1231 opened this issue Nov 24, 2024 · 3 comments
Open

The Keyboard Delete key assigns the backspace key #96

rp1231 opened this issue Nov 24, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@rp1231
Copy link

rp1231 commented Nov 24, 2024

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:

  1. Go to any key
  2. Assign it a keypress with Keyboard Delete
  3. 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
@rp1231 rp1231 added the bug Something isn't working label Nov 24, 2024
@petejohanson
Copy link
Collaborator

Annoyingly, HID uses some confusing labels for the two usages here:

image

image

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.

@rp1231
Copy link
Author

rp1231 commented Nov 26, 2024

Aah ok I see now....
I wasn't aware of this.
Imo the label overrides would be helpful.

@mhantsch
Copy link

mhantsch commented Dec 6, 2024

+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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants