|
|
@ -95,7 +95,7 @@ void Unicode::typeCode(uint32_t unicode) {
|
|
|
|
if (digit == 0) {
|
|
|
|
if (digit == 0) {
|
|
|
|
if (on_zero_start == false) {
|
|
|
|
if (on_zero_start == false) {
|
|
|
|
Key key;
|
|
|
|
Key key;
|
|
|
|
if (::HostOS.os() == hostos::WINDOWS) {
|
|
|
|
if (::HostOS.os() != hostos::OSX) {
|
|
|
|
key = hexToKeysWithNumpad(digit);
|
|
|
|
key = hexToKeysWithNumpad(digit);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
key = hexToKey(digit);
|
|
|
|
key = hexToKey(digit);
|
|
|
@ -109,7 +109,7 @@ void Unicode::typeCode(uint32_t unicode) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
Key key;
|
|
|
|
Key key;
|
|
|
|
if (::HostOS.os() == hostos::WINDOWS) {
|
|
|
|
if (::HostOS.os() != hostos::OSX) {
|
|
|
|
key = hexToKeysWithNumpad(digit);
|
|
|
|
key = hexToKeysWithNumpad(digit);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
key = hexToKey(digit);
|
|
|
|
key = hexToKey(digit);
|
|
|
|