From ff3093a61640ef52df0d0186c5ca2e1dbe4cef14 Mon Sep 17 00:00:00 2001 From: Minun Date: Fri, 10 Apr 2020 16:49:20 +0800 Subject: [PATCH] add more readme detail --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2a2583b..1044d61 100644 --- a/readme.md +++ b/readme.md @@ -63,12 +63,12 @@ git clone https://github.com/dragonation/wechat-devtools.git * 为什么在编辑器里编辑的文本会自动复制到剪贴板? - 新版微信开发者工具使用了新的`vseditor`作为基础编辑器控件,而该控件在Linux下有一个默认配置支持selectionClipboard。 + 新版微信开发者工具使用了新的`vseditor`作为基础编辑器控件,而该控件在Linux下有一个默认配置支持Selection Clipboard。 ``` // Controls whether the Linux primary clipboard should be supported. "editor.selectionClipboard": true ``` - 如果不想用这个功能,可以自己设置关闭。也可以通过`tools/fix-selection-copy`命令来关闭该特性 + 如果不想用这个功能,可以自己通过修改`~/.config/wechat_devtools/Default/Editor/User/settings.json`文件关闭。也可以通过`tools/fix-selection-copy`命令来关闭该特性 # 界面截图