-
Notifications
You must be signed in to change notification settings - Fork 135
Can't use backspace #369
Comments
Probably a regression, will check it out later today. |
Mind telling me which terminal emulator exactly you use? Oh and can I get your shortcuts.json please? |
xterm version 351 with vt340 option |
The man page doesn't mention how to enable vt340 mode. Mind helping me out? I don't really use xterm. |
xterm -ti vt340 |
Using the same shortcut as you and the same terminal+args, it works fine for me. What commit are you on? |
Hm, I am sorry, but as I can't reproduce it, can you look into it? |
I'll |
So, I checked with another keyboard what was the backspace key ID it was "7002a" and on my laptop it was "0e" |
What's more interesting, is the output that tools/keyevents/main.go gives for each of the keys on both machines. |
0x07 is the code for Keyboard page in USB HID Usage Codes and 0x2A is the HID Usage ID for backspace. They are sometime written together as 0x0007002A. https://deskthority.net/wiki/Scancode |
How have you installed cordless
How do you reproduce this bug
I can't delete characters while typing my message with the backspace key, but the Delete key still works
System information
The text was updated successfully, but these errors were encountered: