Add: TypingTextManager
This commit is contained in:
@@ -238,7 +238,7 @@ class KeyMapper {
|
||||
|
||||
if(keyData.englishKey !== null && keyData.englishKey.shiftText === text)
|
||||
return true;
|
||||
else if(keyData.koreanKey !== null && keyData.koreanKey.shiftText === text)
|
||||
else if(keyData.koreanKey !== null && keyData.koreanKey.shiftText === text && keyData.koreanKey.normalText !== text)
|
||||
return true;
|
||||
else if(keyData.functionKey !== null && keyData.functionKey.shiftText === text)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user