File tree Expand file tree Collapse file tree 3 files changed +75
-1
lines changed Expand file tree Collapse file tree 3 files changed +75
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ export default defineConfig({
18
18
text : '简介' ,
19
19
link : '/docs/' ,
20
20
} ,
21
+ {
22
+ text : '常见问题' ,
23
+ link : '/docs/faq'
24
+ } ,
21
25
{
22
26
text : '输入法' ,
23
27
items : [
Original file line number Diff line number Diff line change
1
+ # 常见问题
2
+
3
+ ## 如何切换中英文
4
+ * 菜单切换;
5
+ * 快捷键切换,默认 ` Ctrl+Shift_L ` ,可在 ` 全局配置 ` -> ` 快捷键 ` -> ` 切换启用/禁用输入法 ` 设置。
6
+
7
+ ## 如何在多个输入法间切换
8
+ * 菜单切换;
9
+ * 快捷键切换,默认按住 ` Ctrl ` 并连续按下 ` Shift_L ` 。
10
+
11
+ ## 如何切换繁简
12
+
13
+ ### 拼音/码表
14
+ * 菜单切换;
15
+ * 快捷键切换,默认 ` Ctrl+Shift+F ` ,可在 ` 高级 ` -> ` 繁简转换 ` 中设置。
16
+
17
+ ### 中州韵
18
+ * 菜单切换;
19
+ * 方案选单切换,默认 ` F4 ` 或 ` Ctrl+grave ` 调出;
20
+ * 快捷键切换,见方案配置。
21
+
22
+ ## 如何为不同应用指定输入法
23
+ ` 高级 ` -> ` macOS Frontend ` -> ` 应用默认输入法 ` 。
24
+
25
+ ## 如何在切换应用时保留前一个应用的输入法
26
+ 首先确定没有为新应用设置默认的输入法,然后在 ` 全局配置 ` -> ` 行为 ` 中设置 ` 共享输入状态 ` 为 ` 所有 ` 。
27
+ 对于中州韵,它的 ` 共享输入状态 ` 设置优先于全局。
28
+
29
+ ## 如何导入原生自定义短语
30
+
31
+ ### 拼音
32
+ ` 输入法 ` -> ` 拼音 ` -> ` 管理自定义词组 ` -> ` 导入原生自定义短语 ` 。
33
+
34
+ ### 中州韵
35
+ 执行上述操作(需要安装 ` chinese-addons ` 插件)后,` 在编辑器打开 ` ,将内容复制给
36
+
37
+ ## 如何启用笔画筛选
38
+
39
+ ### 拼音
40
+ 默认为 ` grave ` (数字1左侧),可在 ` 输入法 ` -> ` 拼音 ` -> ` 按笔画过滤 ` 设置。
41
+ 进入笔画过滤模式后,按 ` h ` ` s ` ` p ` ` n ` ` z ` (横竖撇捺折)即可过滤首字的笔顺。
42
+
43
+ ### 中州韵
44
+ 请咨询方案作者。
45
+
46
+ ## 如何切换主题
47
+ 1 . 从[ 中央仓库] ( https://github.com/fcitx-contrib/fcitx5-theme-collection/tree/master/theme ) 或其他渠道获取主题文件;
48
+ 2 . ` 主题编辑器 ` -> ` 基础 ` -> ` 选择/导入主题 ` 。
49
+
50
+ ## 如何更新
51
+ * ` 关于 Fcitx5 macOS ` ,会同时更新主程和所有插件;
52
+ * 若主程已是最新,可在 ` 插件管理器 ` 单独更新插件。
53
+
54
+ ## 如何卸载
55
+ ` 关于 Fcitx5 macOS ` 。
56
+
57
+ ## 如何备份/恢复
58
+ 1 . ` 高级 ` -> ` 数据管理 ` ,向 ` 小企鹅 Android/macOS 版 ` 导出数据;
59
+ 2 . 从 ` 小企鹅 macOS 版 ` 导入数据。
60
+
61
+ ## 如何查看日志
62
+ 日志文件位于 ` /tmp/Fcitx5.log ` 。
63
+
64
+ ## 如何报告问题或请求新特性
65
+ * [ GitHub] ( https://github.com/fcitx-contrib/fcitx5-macos/issues )
66
+ * [ Telegram] ( https://t.me/fcitx5macos )
67
+ * QQ:874450150
68
+
69
+ ## 如何参与项目
70
+ 感谢您考虑加入开发!为了节约您的时间,请在提交 PR 前先与开发者联系讨论。
Original file line number Diff line number Diff line change 6
6
7
7
不同平台上的小企鹅拥有相似的输入体验,并各有一些平台特色的功能。
8
8
9
- 请在 [ GitHub] ( https://github.com/fcitx-contrib/fcitx5-macos-installer/blob/master/README.zh-CN.md ) 下载适用于 macOS 的安装包。
9
+ 请在 [ GitHub] ( https://github.com/fcitx-contrib/fcitx5-macos-installer/blob/master/README.zh-CN.md ) 下载适用于 macOS 的安装包,并在 ` 高级 ` -> ` 数据管理 ` 导入其他输入法的配置(可选) 。
10
10
11
11
* 对于大多数用户,拼音版(包含了双拼和五笔)是最佳选择。
12
12
You can’t perform that action at this time.
0 commit comments