You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.en.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,27 @@ Some frequently asked questions.
6
6
7
7
Take importing [zhengma](https://github.com/fcitx/fcitx5-table-extra) as an example:
8
8
9
-
1. Obtain `zhengma.conf` and `zhengma.main.dict`
9
+
1. Obtain `zhengma.conf` and `zhengma.dict`
10
10
2. Copy `zhengma.dict` to `/Android/data/org.fcitx.fcitx5.android/files/data/table/`
11
11
3. In `zhengma.conf`, change the path specified after `[Table] File=` to `table/zhengma.dict`
12
12
4. Copy modified `zhengma.conf` to `/Android/data/org.fcitx.fcitx5.android/files/data/inputmethod/`
13
13
14
14
!!! warning
15
15
16
-
Above paths may not apply if you configured [work profile](https://developer.android.com/work/versions/android-11#work).
16
+
Above absolute paths may not apply if you configured [work profile](https://developer.android.com/work/versions/android-11#work).
17
17
We recommend using the builtin file manager (via DocumentsUI) to manage the data of Fcitx5 for Android.
18
18
19
19
!!! note
20
20
21
-
Create `table` and `data` directories if they don't exist.
21
+
Create directories if they don't exist.
22
22
23
23
## How to remove input method entry
24
24
25
25
Swipe left on the entry until the backgournd changes to red with a trash can icon.
26
26
27
-
The same operation applies to other list-like UI, such as pinyin dictionary, punctuation mapping, etc.
27
+
!!! hint
28
+
29
+
The same operation applies to other list-like UI, such as pinyin dictionary, punctuation mapping, etc.
28
30
29
31
## How to adjust the order of input methods
30
32
@@ -38,6 +40,7 @@ you can move the cursor to the desired position directly by clicking.
38
40
!!! hint
39
41
40
42
This is useful when composing long sentences or modifying already entered contents.
43
+
41
44
!!! note
42
45
43
46
To make preedit shows in application, enable *Show preedit in application* in *Global Options* and *Pinyin*. Then, disable *Ignore system cursor position* in *Behavior*.
0 commit comments