BenYip
BenYip
@vinta 可否上架Firefox商店?chrome版本的插件在 Firefox 59 测试过能正常工作,57应该也没问题。
附上加载时的报错,应该只是小问题: ··· Reading manifest: Error processing background.persistent: Event pages are not currently supported. This will run as a persistent background page. Reading manifest: Error processing offline_enabled: An unexpected property was...
@coldice945 在 `about:debugging` 用 `load temporary add-on` 加载 chrome 插件下的 `manifest.json`
https://gist.github.com/lotem/2981316#file-default-custom-yaml-L5 是上游的问题
上面有些信息过时了,我来描述一下现在的情况。 Win 10, Weasel 0.15.0, DOTA2 可以输入,翻页、选字都正常。 唯一的问题是无法显示候选框。我猜是Weasel的UI组件不兼容。 作为参考,微软输入法在DOTA2里用了另外一套UI(如图),或许Weasel也能这么解决? cc @fxliang 
DOTA2应该是和SDL2交互的问题,不是DirectX
似乎是因为Weasel的TSF没有实现`UILessMode`,导致显示不出候选框 引用一段 [TSF文档](https://learn.microsoft.com/en-us/windows/win32/tsf/uiless-mode-overview#how-to-create-uilessmode): > Making UI-less Aware TIP: TIP should support UI less mode if it wants to run under the application that does not want to allow TIP's UI...
To prefix `sudo` and expand alias, there is another way to do it: ```python from xonsh.built_ins import XSH from prompt_toolkit.filters.app import vi_insert_mode @events.on_ptk_create def custom_keybindings(bindings, **kw): handle = bindings.add def...
This issue still exists in 0.41.2 `cwd` is not use in the `else` branch. https://github.com/zellij-org/zellij/blob/v0.41.2/zellij-utils/src/input/actions.rs#L454-L466 **WORKAROUND:** ``` zellij action new-pane -c --cwd /tmp -- $SHELL ```
似乎是Windows的限制無法綁定alt?