-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何快速简繁切换,每次老是按f4,还有禁止表情,还有每次都是直接输入中文,我要一开始就是英文 #397
Comments
patch: # 用打补丁的方式修改配置
switches:
# reset 的值表示设置 上一行的 states,0表示选中第一个,1表示选中第二个
- name: ascii_mode
states: [中, A]
reset: 1 # 默认英文输入开始
- name: ascii_punct # 中英标点
states: [¥, $]
reset: 0
- name: traditionalization
states: [简, 繁]
reset: 0
- name: emoji
states: [💀, 😄]
reset: 0 # 默认禁止表情包
- name: full_shape
states: [半角, 全角]
reset: 0 在 |
还有,老哥,或许你可以看看 提问的智慧 这或许能让你的语言组织的稍微友善些(少用祈使句 XD),我相信这会让看到你问题的朋友更愿意回答的你的问题😄 |
这可以默认一开始就关闭emoji和默认英文输入 |
我是ibus rime,没用fcitxt |
ibus rime扎弄 |
ibus的配置目录在 |
ok, 喵喵 |
很抱歉,我不是很理解你说得 |
不过,我想这个配置放在这里并不会混乱,这个配置本就应该放在这里😄 |
不客气~ |
可以参考 #133 |
|
我那个#133里面的配置没看懂,不知道怎么配置,没看懂 |
没关系,那么 |
` Squirrel settingsencoding: utf-8squirrel[.custom].yaml 是鼠须管的前端配置文件,小狼毫是 weasel[.custom].yaml各平台皮肤配置并不一致。鼠须管内置皮肤展示: https://github.com/NavisLab/rime-pifu鼠须管界面配置指南: https://github.com/LEOYoon-Tsaw/Rime_collections/blob/master/鼠鬚管介面配置指南.md鼠须管作者写的图形化的皮肤设计器: https://github.com/LEOYoon-Tsaw/Squirrel-Designer要比共享目录的同名文件的 config_version 大才可以生效config_version: '2023-02-27' options: last | default | customlast: the last used latin keyboard layoutdefault: US (ABC) keyboard layoutcustom: keyboard layout of your choice, e.g. 'com.apple.keylayout.USExtended' or simply 'USExtended'keyboard_layout: default for veteran chord-typistchord_duration: 0.1 # seconds options: always | never | appropriateshow_notifications_when: appropriate ascii_mode、inline、no_inline、vim_mode 等等设定可参考 /Library/Input Methods/Squirrel.app/Contents/SharedSupport/squirrel.yamlapp_options: com.apple.Spotlight:ascii_mode: true # 开启默认英文com.microsoft.VSCode:ascii_mode: false # 关闭默认英文style: 选择皮肤,亮色与暗色主题color_scheme: purity_of_form_custom 预设选项。如果皮肤没写,则使用这些属性;如果皮肤写了,使用皮肤的。text_orientation: horizontal # horizontal | vertical 皮肤列表preset_color_schemes: 对 purity_of_form 略微调整颜色,让色彩更柔和点,补全其他选项和注释purity_of_form_custom: 支持磨砂与透明度frosy_teal: 下面是内置的皮肤 /Library/Input Methods/Squirrel.app/Contents/SharedSupport/squirrel.yamlnative: aqua: azure: luna: ink: lost_temple: dark_temple: psionics: purity_of_form: purity_of_essence: starcraft: google: solarized_rock: clean_white: apathy: dust: mojave_dark:
solarized_light: solarized_dark: ` |
文本用 ``` 包起来 ``` |
|
首先,我解释一下,一般情况下,用户的配置目录,也就是
...
# 皮肤列表
preset_color_schemes:
# 对 purity_of_form 略微调整颜色,让色彩更柔和点,补全其他选项和注释
purity_of_form_custom:
name: "純粹的形式/Purity of Form Custom"
author: 雨過之後、佛振
# 如果将字体设置为 PingFangSC-Regular
# 会让 🈶🈚️🉑🈲🉐 这几个 Emoji 失去彩色效果,留空反而可以显示。。。
font_face: "" # 字体及大小
font_point: 18
label_font_face: "Helvetica" # 序号字体及大小
label_font_point: 12
comment_font_face: "Helvetica" # 注字体及大小
comment_font_point: 16
candidate_list_layout: linear # 候选项排列方向 stacked | linear # ===========> 修改这行为 linear
text_orientation: horizontal # 文字排列方向 horizontal | vertical
inline_preedit: true # 拼音位于: 候选框 false | 行内 true
translucency: false # 磨砂: false | true
mutual_exclusive: false # 色不叠加: false | true
border_height: 0 # 外边框 高
border_width: 0 # 外边框 宽
corner_radius: 10 # 外边框 圆角半径
hilited_corner_radius: 0 # 选中框 圆角半径
surrounding_extra_expansion: 0 # 候选项背景相对大小?
shadow_size: 0 # 阴影大小
line_spacing: 5 # 行间距
...
添加 patch:
preset_color_schemes/purity_of_form_custom/candidate_list_layout: linear |
你先试试看,修改完后试试重新部署 |
我帮你配置的设置是修改默认主题的,你用的主题叫什么名字,你换过主题吗? |
试过,我也不知道叫啥主题,太难了,怎么调都不行,先这样放着 , 多谢你的指导 |
不客气~😊 |
你是 ibus-rime,
|
感谢感谢,刚好需要关闭emoji…… |
No description provided.
The text was updated successfully, but these errors were encountered: