don't report wrong keys; display seems to send lot of grabage

This commit is contained in:
marschap
2006-10-14 12:09:09 +00:00
parent 255c8d27d4
commit c3b95c6dba
+1 -1
View File
@@ -637,7 +637,7 @@ EyeboxOne_get_key (Driver *drvthis)
else if (in == p->escape_key)
return "Escape";
else {
report(RPT_INFO, "%s: untreated key 0x%02X", drvthis->name, in);
//report(RPT_INFO, "%s: untreated key 0x%02X", drvthis->name, in);
return NULL;
}
}