Readable debug output

Change-Id: I4110791832d2ab1d681b01c9e8a237567442c827
This commit is contained in:
Tadashi G. Takaoka 2012-03-02 14:48:10 +09:00
parent 3e52a10f4b
commit 025a16c31c

View file

@ -267,7 +267,7 @@ public class KeyDetector {
addDelimiter = false;
} else {
if (addDelimiter) sb.append(", ");
sb.append(code);
sb.append(Keyboard.printableCode(code));
addDelimiter = true;
}
}