Allow input scripts other than roman on OS X.

This commit is contained in:
crs23 2007-09-06 05:00:52 +00:00
parent d1e56572d2
commit da0521bcd2
1 changed files with 3 additions and 0 deletions

View File

@ -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) {