Skip to content
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

问题收集 #1

Open
AielloChan opened this issue Nov 3, 2020 · 8 comments
Open

问题收集 #1

AielloChan opened this issue Nov 3, 2020 · 8 comments

Comments

@AielloChan
Copy link
Owner

有什么问题可以在这里提出

@Gary-Hertel
Copy link

<dict> <key>phrase</key> <string>鹏之背</string> <key>shortcut</key> <string>pgvibw</string> </dict>
您好,生成的output目录中的plist文件中的一段,导入后我发现我用mac自带的简体拼音输入法,只有输入pgvibw才会出来鹏之背,问题是我怎么能记住每个短语它对应的shortcut?怎么不是根据拼音来联想的呢?

@AielloChan
Copy link
Owner Author

@Gary-Hertel 这个工具主要是利用了 macOS 和 iOS 系统自带的快捷短语功能(在键盘设置里面)来实现的扩展自带输入法词库功能。

目前自带的快捷短语就只支持设定一个 shortcut 然后就会输出对应的文字。并不能支持拼音联想,这是快捷短语功能所限制的,除非是安装其他的输入法或者键盘。

@msxfXF
Copy link

msxfXF commented Sep 8, 2023

你好 能不能支持拼音

@AielloChan
Copy link
Owner Author

<dict> <key>phrase</key> <string>鹏之背</string> <key>shortcut</key> <string>pgvibw</string> </dict> 您好,生成的output目录中的plist文件中的一段,导入后我发现我用mac自带的简体拼音输入法,只有输入pgvibw才会出来鹏之背,问题是我怎么能记住每个短语它对应的shortcut?怎么不是根据拼音来联想的呢?

哦,而且目前默认的是使用的小鹤双拼输入法插件,所以“鹏之背” 的小鹤双拼键位就是 pgvibw😂如果要用拼音,需要自己增加一个 transformer 来做拼音的转换

@AielloChan
Copy link
Owner Author

你好 能不能支持拼音

之前太忙了,一直没想起来,已经支持拼音,只需要像这样修改配置文件后运行就可以。(不清楚你还用不用这个转换器😂)

Code 2024-06-07 23 24 30

@astarbo
Copy link

astarbo commented Sep 20, 2024

只输出2K条吗

@AielloChan
Copy link
Owner Author

只输出2K条吗

看上面的截图,可以配置输出的条数。如果把 RandomN 这个插件去掉,那就是全量输出

@astarbo
Copy link

astarbo commented Sep 20, 2024

只输出2K条吗

看上面的截图,可以配置输出的条数。如果把 RandomN 这个插件去掉,那就是全量输出

多谢回复,没想到回复的这么快哈。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants