This commit is contained in:
91d906h4 2023-10-26 11:31:38 +09:00
parent ce8e050d24
commit 8759475320

View File

@ -196,7 +196,7 @@ void print_letter(u8 scancode) {
kprint("Spc"); kprint("Spc");
break; break;
default: default:
/* 'keuyp' event corresponds to the 'keydown' + 0x80 /* 'keyup' event corresponds to the 'keydown' + 0x80
* it may still be a scancode we haven't implemented yet, or * it may still be a scancode we haven't implemented yet, or
* maybe a control/escape sequence */ * maybe a control/escape sequence */
if (scancode <= 0x7f) { if (scancode <= 0x7f) {