修改UI
This commit is contained in:
@@ -122,7 +122,9 @@ static CGFloat KEYBOARDHEIGHT = 256 + 20;
|
||||
case KBKeyTypeGlobe:
|
||||
[self advanceToNextInputMode]; break;
|
||||
case KBKeyTypeCustom:
|
||||
[self.textDocumentProxy insertText:@"[lang]"]; break;
|
||||
// 点击自定义键(如“AI”)切换到功能面板
|
||||
[self showFunctionPanel:YES];
|
||||
break;
|
||||
case KBKeyTypeModeChange:
|
||||
case KBKeyTypeShift:
|
||||
// 这些已在 KBKeyBoardMainView/KBKeyboardView 内部处理
|
||||
|
||||
Reference in New Issue
Block a user