「FCITX」- 输入特殊符号(字符)

  CREATED BY JENKINSBOT

问题描述

除了常规输入外,我们还需要输入某些特殊字符,诸如 ②, ③, ④ 等等;

该笔记将记录:在 FCITX 中,输入特殊字符的方法,以及相关问题的解决办法;

解决方案

Special Symbols(sxfh)

Fcitx/Special symbols

针对简单字符的输入,通过 sxfh 按键,即可实现:

通过 ~/.config/fcitx/data/pySym.mb 文件,能够额外添加部分特殊字符:

 #The first line with "#" is a comment
 #Format: coding symbol
 #Code can only be lowercase letters, after pinyin analysis, the longest is 10 (such as py is 2, pinyin is also 2)
 #Mathematics symbols
 sxfh +
 sxfh -
 sxfh <
 sxfh =
 sxfh >

Special Characters(Unicode)

Unicode – Fcitx
Fcitx/Input special characters

部分特殊字符的输入,需要 Unicode 插件;
该插件已预装,在 Addon 中,进行插件启用;

首先,通过 Ctrl + Alt + Shift + U 按键,显示搜索框:

然后,通过键入关键字,完成搜索:
To search hex, type U+ or 0x as prefix.
To search decimal value, type number directly.

例如,搜索 ① 字符,Ctrl + Alt + Shift + u,circle one,Alt + 1: