mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 12:53:53 +08:00
Allow input scripts other than roman on OS X.
This commit is contained in:
@@ -98,6 +98,9 @@ static const CKeyEntry s_controlKeys[] = {
|
||||
COSXKeyState::COSXKeyState() :
|
||||
m_deadKeyState(0)
|
||||
{
|
||||
// enable input in scripts other that roman
|
||||
KeyScript(smKeyEnableKybds);
|
||||
|
||||
// build virtual key map
|
||||
for (size_t i = 0; i < sizeof(s_controlKeys) /
|
||||
sizeof(s_controlKeys[0]); ++i) {
|
||||
|
||||
Reference in New Issue
Block a user