@ -81,7 +81,7 @@ extern "C" int main() {
Key key = Key();
while (true){
if (PS2Controller::fetch(key)) {
kout << key.ascii() ;
kout << key.ascii() << flush ;
}