debuggerx01
debuggerx01
快速输入的数据在 https://github.com/debuggerx01/fcitx5_customizer/blob/master/assets/symbols.mb 如果能保证和现有的配置不冲突,直接在文件最后追加就可以。
> 您好。我是ubuntu22.04。安装了fcitx5后,能很好使用,也安装了您的customizer,但不知道v模式怎么调出来。 不知道问题出在哪里。谢谢 终端输入 `fcitx5-config-qt` 调出设置窗口,选中拼音,然后点中间的齿轮图标进入拼音的设置页面,在里面找到“快速输入的触发键”,这里可以修改,以及下面一个“使用V键来触发快速输入”的复选框可以视情况开启。
重启时无法输入的时候,在终端执行 `ps -ef | grep fcitx`看下进程是否存在先。
Any updates? In my project, not only is the inspector unavailable, but other tools like devtools also don't work properly.
Thank you for your work! @helin24 After some trial and error, I found that adding the following to the `pubspec.yaml` in the project root ```yaml dependencies: flutter: sdk: flutter ```...
> Thanks for the note! I suspect just having a pubspec helps? Have you looked at https://dart.dev/tools/pub/workspaces? > > For example, the DevTools monorepo has a pubspec at the top...