Allow input scripts other than roman on OS X.
This commit is contained in:
parent
d1e56572d2
commit
da0521bcd2
|
@ -98,6 +98,9 @@ static const CKeyEntry s_controlKeys[] = {
|
||||||
COSXKeyState::COSXKeyState() :
|
COSXKeyState::COSXKeyState() :
|
||||||
m_deadKeyState(0)
|
m_deadKeyState(0)
|
||||||
{
|
{
|
||||||
|
// enable input in scripts other that roman
|
||||||
|
KeyScript(smKeyEnableKybds);
|
||||||
|
|
||||||
// build virtual key map
|
// build virtual key map
|
||||||
for (size_t i = 0; i < sizeof(s_controlKeys) /
|
for (size_t i = 0; i < sizeof(s_controlKeys) /
|
||||||
sizeof(s_controlKeys[0]); ++i) {
|
sizeof(s_controlKeys[0]); ++i) {
|
||||||
|
|
Loading…
Reference in New Issue