分页: 5 / 5

Re: 我已經依靠grok做成了「哈哈倉頡」,很好用!

发表于 : 2025年 6月 7日 23:32
鶴飛四季
ejsoon 写了: 2025年 6月 7日 22:49 @鶴飛四季
如果「並」是「并」的繁體,那「井」好像應該排第二?
也就是 並井并 這麼排?

Re: 我已經依靠grok做成了「哈哈倉頡」,很好用!

发表于 : 2025年 6月 7日 23:45
鶴飛四季
ejsoon 写了: 2025年 6月 7日 09:03 哈哈倉頡已改好,見
https://ejsoon.vip/haha

另;'選二三重,我不管是把

代码: 全选

key_binder:
  bindings:
    - { when: composing, accept: semicolon, send: 2 }
    - { when: composing, accept: apostrophe, send: 3 }
加到haha.schema.yaml或default.custom.yaml都不起作用。可能還需要再研究下。
不如你更改鍵盤的其中兩個按鍵:
{click: ",", long_click: "<", has_menu: 2}, {click: ., long_click: ">", has_menu: 3}

Re: 我已經依靠grok做成了「哈哈倉頡」,很好用!

发表于 : 2025年 6月 8日 00:21
ejsoon
鶴飛四季 写了: 2025年 6月 7日 23:45
ejsoon 写了: 2025年 6月 7日 09:03 哈哈倉頡已改好,見
https://ejsoon.vip/haha

另;'選二三重,我不管是把

代码: 全选

key_binder:
  bindings:
    - { when: composing, accept: semicolon, send: 2 }
    - { when: composing, accept: apostrophe, send: 3 }
加到haha.schema.yaml或default.custom.yaml都不起作用。可能還需要再研究下。
不如你更改鍵盤的其中兩個按鍵:
{click: ",", long_click: "<", has_menu: 2}, {click: ., long_click: ">", has_menu: 3}
我不打算把「;'選二三重」用在手機端上,具體而言我是打算用在linux的ibus-rime上。

Re: 我已經依靠grok做成了「哈哈倉頡」,很好用!

发表于 : 2025年 6月 8日 00:22
ejsoon
鶴飛四季 写了: 2025年 6月 7日 23:32
ejsoon 写了: 2025年 6月 7日 22:49 @鶴飛四季
如果「並」是「并」的繁體,那「井」好像應該排第二?
也就是 並井并 這麼排?
是的。

Re: 我已經依靠grok做成了「哈哈倉頡」,很好用!

发表于 : 2025年 6月 8日 06:49
ejsoon
「漸」應該頂掉「潮」,「若」應該頂掉「艾」。

Re: 我已經依靠grok做成了「哈哈倉頡」,很好用!

发表于 : 2025年 6月 11日 20:50
ejsoon
[謑嬴]這組明顯需要調整。

Re: 我已經依靠grok做成了「哈哈倉頡」,很好用!

发表于 : 2025年 6月 12日 20:21
ejsoon
@鶴飛四季
我懷疑我的;'選二三重搞不好,是因為我的engine缺了某樣東西:

代码: 全选

engine:
  processors:
    - ascii_composer
    - speller
    - selector
    - punctuator
    - express_editor
  segmentors:
    - ascii_segmentor
    - abc_segmentor
    - punct_segmentor
    - fallback_segmentor
  translators:
    - punct_translator
    - table_translator