animatex

Results 1 comments of animatex

vsc 1.90.1 检查发现默认快捷键中有这玩意: ```bash { "key": "ctrl+win+t", "command": "extension.cursorTip", "when": "editorTextFocus" },。 ``` 尝试使用keybindings.json覆盖掉这个失败: ```bash [ { "key": "ctrl+win+t", "command": "extension.fileheader", "when": "editorTextFocus" }, ] ```