netvolcano
netvolcano
I found an issue with the plugin of 3.0 version. When I have more 2 thousands of interface signals, there will be a long time waiting to finish GetContextIndent function...
How can I implement a TitleText wiget that can only accept digital character? If there is an example, that will be very helpful.
以前一直使用拼音加加的,可以“用CTL来切换中英文,使用左右shift来做第2、3候选词的选择”,感觉这个方式非常方便。 自己做了一些配置如下后,基本可以实现(缺点是:不能方便地进行中英文混合输入了,一旦想按住shift来输入大写字母,总是触发选字,希望有大侠可以帮忙改进一下)。 ``` patch: key_binder/bindings/+: # 添加 , 和 . 翻页 - { when: paging, accept: comma, send: Page_Up } - { when: has_menu, accept: period, send: Page_Down } #...
**Is your feature request related to a problem? Please describe.** 在预览窗口中,目前是可以export成html格式的。我希望能够支持在选中全文后,以html格式copy到剪贴板上,这样可以方便地把html嵌入到其他的工具中,比如email客户端中。 **Describe the solution you'd like** 增加一个copy html的功能,把全文内容以html格式copy到剪贴板上。 **Describe alternatives you've considered** 目前只能export到html文件后,打开这个文件来进行选择,比较麻烦。 **Additional context** 希望copy到剪贴板上的内容,是主要的html部分,各种格式等都能保留。
不知道lua使用那些接口可以实现此功能?
比如:双拼输入gldm,现在把caret放在gl与dm之间,即「gl^dm」屏幕上显示的候选词是「1. 光 2. 广 」,如果通过lua获得当前的第2个候选词「广」?有没有类似的代码供参考一下?