-
-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[question] How to change ascii_mode temporarily in kaomoji keyboard? #1272
Comments
Use ^ω^ |
I try however it cannot work for me. This is preset_keyboards:
kao_happy:
ascii_mode: 1
author: llx
height: 24
keys: [{click: "^_^", key_text_size: 14}, {click: "^ω^", key_text_size: 14}, {click: "^o^", key_text_size: 14}, {click: "~\\(≧▽≦)/~", key_text_size: 14}, {click: "*^_^*", key_text_size: 14}, {click: "↖(^ω^)↗", key_text_size: 14}, {click: "(^o^)/", key_text_size: 14}, {click: "(=^▽^=)", key_text_size: 14}, {click: "=^_^=", key_text_size: 14}, {click: "(*^ω^*)", key_text_size: 14}, {click: "٩(๑^o^๑)۶", key_text_size: 14}, {click: "o( ̄▽ ̄)o", key_text_size: 14}, {click: "Y(^_^)Y", key_text_size: 14}, {click: "٩( 'ω' )و", key_text_size: 14}, {click: "╰(*´︶`*)╯", key_text_size: 14}, {click: "*罒▽罒*", key_text_size: 14}, {click: "ヾ ^_^♪", key_text_size: 14}, {click: "= ̄ω ̄=", key_text_size: 14}, {click: "︿( ̄︶ ̄)︿", key_text_size: 14}, {click: "(´▽`)ノ♪", key_text_size: 14}, {click: "乁( ˙ ω˙乁)", key_text_size: 14}, {click: "✧*。٩(ˊωˋ*)و✧*。", key_text_size: 10}, {click: "~( ̄▽ ̄~)(~ ̄▽ ̄)~", key_text_size: 14, width: 50}, {click: Keyboard_default, height: 24, key_back_color: benter, key_text_color: tenter, key_text_size: 16, width: 12.5}, {click: Keyboard_kaoh, key_back_color: benter, key_text_color: tenter, key_text_size: 16, width: 12.5}, {click: Keyboard_kaof, key_back_color: bgn, key_text_color: tgn, key_text_size: 16, width: 12.5}, {click: Keyboard_kaoa, key_back_color: bgn, key_text_color: tgn, key_text_size: 16, width: 12.5}, {click: Keyboard_kaoi, key_back_color: bgn, key_text_color: tgn, key_text_size: 16, width: 12.5}, {click: Keyboard_kaos, key_back_color: bgn, key_text_color: tgn, key_text_size: 16, width: 12.5}, {click: Keyboard_kaom, key_back_color: bgn, key_text_color: tgn, key_text_size: 16, width: 12.5}, {click: BackSpace, key_back_color: benter, key_text_color: tenter, key_text_size: 16, width: 12.5}]
name: "颜文字键盘-开心"
reset_ascii_mode: true
width: 25 |
The |
Oh, I use |
Files like Which version do you use? |
3.2.16 |
Try Nightly Channel Download |
Do you mean I must modify |
In fact in my test, the patch of |
|
临时弄了解决方案:用输入法输入 顔文字 |
新版还没修复好吧?现在还是不能自动切换,要手动切换中英,才能输入相应的符号。 |
已经修复了,若没问题可关闭 issue |
When ascii_mode is Chinese,
^
will be mapper to……
,_
will be mapper to——
.Describe the solution you'd like
Change ascii_mode to English, input kaomoji
^_^
, the change it to original ascii_mode.The text was updated successfully, but these errors were encountered: