[problem help] 问下大家使用fcitx5,特殊符号一般怎么输入?
Tofloor
poster avatar
deepin
2024-11-12 17:13
Author

如题。我以为会有什么特殊符号汇总的一个表之类的。点一下就能输进去

Reply Favorite View the author
All Replies
deepin
2024-11-12 20:04
#1

等一手回复2333

Reply View the author
方老四
deepin
2024-11-12 20:31
#2

这是一个大问题,现代办公肯定要用特殊符号的,好像deepin v23自带的输入法还不能输入特殊符号。

Reply View the author
北冥夜未央
deepin
Ecological co-builder
2024-11-12 20:37
#3

我是用fcitx5-rime输入的,有各种各样的符号,也可以自定义。

截图_deepin-editor_20241112203700.jpg

Reply View the author
chenyun
deepin
2024-11-12 22:03
#4

https://bbs.deepin.org/post/279962

Reply View the author
a1124258836
deepin
2024-11-12 22:07
#5

https://bbs.deepin.org/post/272572

Reply View the author
chenyun
deepin
2024-11-12 22:24
#6

可以在这儿添加自定义符号:
image.png

这个快速输入完全可以设置成与主输入法平行的另一套输入法,比如,你主要用拼音输入法,但碰到一些不会读的字,怎么办?你就可以在快速输入中设置好笔画输入,然后用笔画输入即可。比如你主要用五笔输入,但碰到不会拆分的怎么办?你可以在快速输中设置好拼音输入,然后用拼音输入。比如,现在latex输入公式很流行,但latex的编码好难记,完全可以在快速输入中设置好latex的输入法(用自己能记住的编码输出latex符号),而且这样做不会对主输入法有任何影响。设置好快速输入快捷键,按一下快捷键马上启动另一套输入法,简直爽呆了。我把化学方程式都设置在快速输入中,实现几个字母输出一个化学方程式。

此处设置对应的是 ~/.local/share/fcitx5/data/QuickPhrase.mb文件,直接编辑文件也可以,在 data文件夹中还有一个 quickphrase.d文件夹(如果没有,也可以新建一个),在此文件夹中,可以以文件的形式分类快速输入,比如
image.png

Reply View the author
chenyun
deepin
2024-11-12 22:35
#7

如果希望打“大于”时出现“>”,打“大于等于”时,出现“≥”,可以修改 /usr/share/fcitx5/pinyin/symbols,可以将此文件复制到 ~/.local/share/fcitx5/pinyin/文件夹中编辑,打开此文件,自然能明白怎么设置。此文件也保存了很多emoji输入,比如打“笑”,出现“😁”,“😄”,“😊”

不过这儿设置的会增加重码,慎用!!!!

Reply View the author
小小怪冲啊!
deepin
2024-11-13 00:16
#8

有教程的

Reply View the author
deepin
2024-11-13 08:43
#9
chenyun

https://bbs.deepin.org/post/279962

老哥太强了,这种方式就很符合我的习惯

Reply View the author
小鱼贝壳
deepin
2024-11-14 06:41
#10

https://bbs.deepin.org/post/272572

Reply View the author
Hydrangea_Offcial
deepin
2024-11-15 07:19
#11

搞笑的是,我都是从网上搜来然后复制粘贴的joy

Reply View the author
deepin
2024-11-20 20:16
#12
Hydrangea_Offcial

搞笑的是,我都是从网上搜来然后复制粘贴的joy

那这个帖子有回复的。你可以去看看。我现在在用的是下面这个,在终端进行配置,有提供额外的特殊符号输入。基本原理是中文拼音模式按v键的快速输入

```bash
curl -sSL https://www.debuggerx.com/fcitx5_customizer/fcitx5_customizer.sh | bash -s -- recommend

Reply View the author