Skip to content
Snippets Groups Projects
Commit 025a16c3 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Readable debug output

Change-Id: I4110791832d2ab1d681b01c9e8a237567442c827
parent 3e52a10f
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ public class KeyDetector {
addDelimiter = false;
} else {
if (addDelimiter) sb.append(", ");
sb.append(code);
sb.append(Keyboard.printableCode(code));
addDelimiter = true;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment