update en/Community-Developer-Guides/System_Input_Method_Adaptation_Guide.md.

Signed-off-by: jlspcdd1227dd <12046126+jlspcdd1227dd@user.noreply.gitee.com>
This commit is contained in:
jlspcdd1227dd 2023-03-22 08:08:22 +00:00 committed by Gitee
parent 39ba0fc5c7
commit 7e74e33c59
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ After fcitx5 input method framework receives keystroke event, after some process
The input method engine implements the real logic of the input method. The input method engine can either be wrapped directly in the input method engine plug-in, or the communication between the input method engine and the input method engine plug-in can be implemented by means of IPC communication.
## 2\\.2 __ Support for physical keyboard input method engine
## 2\.2 __ Support for physical keyboard input method engine
### 2\.2\.1 __UI support__