scan code to ascii
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
void keyboard_handler(const keyboard_event_t* event)
|
||||
{
|
||||
if (event->pressed)
|
||||
if (event->pressed && event->ascii)
|
||||
{
|
||||
vga_print_char(event->ascii);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user