08 2022 档案
摘要:https://www.zhihu.com/question/266838782
阅读全文
摘要:{ "key": "ctrl+up", "command": "workbench.action.compareEditor.previousChange", "when": "textCompareEditorVisible" }, { "key": "ctrl+down", "command":
阅读全文
摘要:The simplest version does not require a file or folder to be selected, and adds a keyboard shortcut of your choice. Part 1: Create a new Quick Action
阅读全文
摘要:1. 上下候选词的时候按capslock能不能关了 2. avoid tabbin { "key": "f18", "command": "hideSuggestWidget", "when": "suggestWidgetVisible && textInputFocus" }, { "key":
阅读全文
摘要:1. 打开uibrowser 点switch to screen reader 2. 选中一个元素,然后按住command,点击find in browser 3. 4. 上面menubar 中选择 “get value of selected element” 5. 复制到script edito
阅读全文
摘要:https://unix.stackexchange.com/questions/10370/make-a-symbolic-link-to-a-relative-pathname 正确用法: ln -s 绝对路径 绝对路径 如果使用 ln -s 相对路径 绝对路径 最终link的是一个相对路径的字
阅读全文