添加rime_api.h使用文档等,方便调用librime
Is your feature request related to a problem? Please describe. 添加rime_api.h使用文档等 或者简单说明一下librime怎么在自己的程序里面调用,初始化顺序是什么等
Describe the solution you'd like
比如RimeSetup->xxx->xxx
xxx->输入字符
xxx->输出文字选项
Describe alternatives you've considered
Additional context
~~这个库怎么用啊~~
參考 tools/rime_api_console.cc
參考 tools/rime_api_console.cc
这里面没有加载Schema的教程。
往RimeSimulateKeySequence里面输入\b退格似乎用不了
參考 tools/rime_api_console.cc
这里面没有加载Schema的教程。
再细心点阅读下代码,有的 https://github.com/rime/librime/blob/master/tools/rime_api_console.cc#L120
往RimeSimulateKeySequence里面输入\b退格似乎用不了
因为RimeSimulateKeySequence里传递的是repr,退格是{BackSpace}不是\b
參考 tools/rime_api_console.cc
这里面没有加载Schema的教程。
再细心点阅读下代码,有的 https://github.com/rime/librime/blob/master/tools/rime_api_console.cc#L120
往RimeSimulateKeySequence里面输入\b退格似乎用不了
因为RimeSimulateKeySequence里传递的是repr,退格是
{BackSpace}不是\b
我试试
可以了
已经会用了 https://github.com/Coloryr/RimeSharp