mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Readable debug output
Change-Id: I4110791832d2ab1d681b01c9e8a237567442c827
This commit is contained in:
parent
3e52a10f4b
commit
025a16c31c
@ -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…
x
Reference in New Issue
Block a user