Readable debug output
Change-Id: I4110791832d2ab1d681b01c9e8a237567442c827
This commit is contained in:
parent
3e52a10f4b
commit
025a16c31c
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ public class KeyDetector {
|
|||
addDelimiter = false;
|
||||
} else {
|
||||
if (addDelimiter) sb.append(", ");
|
||||
sb.append(code);
|
||||
sb.append(Keyboard.printableCode(code));
|
||||
addDelimiter = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue