error in del key
This commit is contained in:
parent
5298353468
commit
1f87adf03f
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ uint8_t dvorak_changer (uint8_t ch, uint8_t mod)
|
||||||
case 0x29: // ESC --> `¬
|
case 0x29: // ESC --> `¬
|
||||||
return 0x35;
|
return 0x35;
|
||||||
case 0x4C: // DEL --> /
|
case 0x4C: // DEL --> /
|
||||||
return 0x54;
|
return 0x31;
|
||||||
case 0x49: // INS --> BEGIN END
|
case 0x49: // INS --> BEGIN END
|
||||||
if (mod == 2) {
|
if (mod == 2) {
|
||||||
return 0x5D ;
|
return 0x5D ;
|
||||||
|
|
Loading…
Reference in a new issue