This commit is contained in:
91d906h4 2023-10-26 11:33:28 +09:00 committed by GitHub
commit c987aaabc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ void print_letter(u8 scancode) {
kprint("Spc");
break;
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
* maybe a control/escape sequence */
if (scancode <= 0x7f) {