huqifan

Results 13 comments of huqifan

使用电源控制引脚 `EC200X_SAMPLE_POWER_PIN` 的时候,`power_status` 作为使用依据没问题, 但配置 `#define EC200X_SAMPLE_POWER_PIN -1` 的时候,某些代码依然判断了 `power_status` 的值,貌似没有一个 API 让用户去设置 `power_status` 的值

我也遇到了类似的问题。我使用 Capslock+3.2.0,Win11。 CapsLock + Win + [0-9] 可以正常工作。 但是 CapsLock + LAlt + [0-9] 没有反应(绑定之后按 CapsLock + [0-9] 无反应)。

我在我的电脑上尝试了两个键盘,一个 IKBC W200 无线键盘,一个普通薄膜无线键盘,这两个键盘都出现了前述现象。 我还用一个笔记本电脑试了一下,也是一样现象。

但是今天我用家里的电脑 CapsLock + LAlt + [0-9] 又是正常的,同一款键盘。所以应该不是键盘问题,周一回公司再研究看看

我也出现了,win10 ltsc,Qbar,搜索引擎使用 `1 = http://search.china.alibaba.com/search/offer_search.htm?keywords={q}` 搜索"网线",在 Qbar 内显示正常,在弹出的 1688 网页搜索框上是乱码

> 具体什么样的乱码呢?截个图?用的什么版本的 Capslock+ 呢?是之前不会,最近突然出现的还是怎样? 我才刚用 Capslock+ 不久,昨天刚用的,很好用,目前只用过一个版本 2.8.0.0 | 2020-04-05(有时输入 cl about 回车后不会聚焦到弹出的版本提示窗) QSearch 指令设置: `1 = http://search.china.alibaba.com/search/offer_search.htm?keywords={q}` 我搜索“键盘”,最终网址: `https://search.china.alibaba.com/selloffer/offer_search.htm?keywords=%20%20%E9%94%AE%E7%9B%98` 搜索框结果: `閿洏` 在 Chrome 中,设置: `http://search.china.alibaba.com/search/offer_search.htm?keywords=%s` 我搜索“键盘”,最终网址: `https://search.china.alibaba.com/selloffer/offer_search.htm?keywords=%BC%FC%C5%CC` 搜索框结果是: `键盘`...

> 在关闭输入法自动切换功能后 有这个问题吗 使用 `"vim.autoSwitchInputMethod.enable": true,` 就会有问题,关掉就没问题

我的配置如下: 使用 im-select.exe: ```json "vim.autoSwitchInputMethod.enable": true, "vim.autoSwitchInputMethod.defaultIM": "1033", "vim.autoSwitchInputMethod.obtainIMCmd": "C:/Portable/im-select/im-select.exe", "vim.autoSwitchInputMethod.switchIMCmd": "C:/Portable/im-select/im-select.exe {im} && C:/Portable/im-select/im-select.exe 2052", ``` 使用 im-select-mspy.exe: ```json "vim.autoSwitchInputMethod.enable": true, "vim.autoSwitchInputMethod.defaultIM": "英语模式", "vim.autoSwitchInputMethod.obtainIMCmd": "C:/Portable/im-select/im-select-mspy.exe", "vim.autoSwitchInputMethod.switchIMCmd": "C:/Portable/im-select/im-select-mspy.exe {im}", ```

> `C:/Portable/im-select/im-select.exe {im} && C:/Portable/im-select/im-select.exe 2052` 为什么这么复杂 因为 im-select.exe 无法切换一个输入法的中英文,只能切换不同输入法。 我用的输入法是微软拼音,我这么写是让它切到其它输入法再切回微软拼音(默认英文)。

> 还有 Windows 的路径分隔符不应该是反斜杠吗 这个斜杠用法在配置文件 settings.json 里是正确的