pull/270/merge
91d906h4 7 months ago committed by GitHub
commit c987aaabc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save