|
|
|
@ -102,8 +102,7 @@ void Unicode::typeCode(uint32_t unicode) {
|
|
|
|
|
Key key;
|
|
|
|
|
if (::HostOS.os() == hostos::WINDOWS) {
|
|
|
|
|
key = hexToKeysWithNumpad(digit);
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
} else {
|
|
|
|
|
key = hexToKey(digit);
|
|
|
|
|
}
|
|
|
|
|
input();
|
|
|
|
@ -117,8 +116,7 @@ void Unicode::typeCode(uint32_t unicode) {
|
|
|
|
|
Key key;
|
|
|
|
|
if (::HostOS.os() == hostos::WINDOWS) {
|
|
|
|
|
key = hexToKeysWithNumpad(digit);
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
} else {
|
|
|
|
|
key = hexToKey(digit);
|
|
|
|
|
}
|
|
|
|
|
input();
|
|
|
|
|