This commit is contained in:
2025-10-29 12:59:22 +08:00
parent 6c05026402
commit e78b56e2cb
2 changed files with 10 additions and 6 deletions

View File

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