qcz / vscode-text-power-tools

Text Power Tools extension for VS Code
https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools
MIT License
97 stars 14 forks source link

Ctrl + t default key-binding is not working after text-power enabled #22

Closed breakersun closed 3 years ago

breakersun commented 3 years ago

Thank you for such powerful tools, really like it.

I have a little problem:

Would you please help me to address this problem?

qcz commented 3 years ago

TPT has two keybindings, which are both chords starting with Ctrl + T (Ctrl+T f, Ctrl+T g). This is why Ctrl+T won't work after installing TPT. As it was an oversight, I will change the default shortcut for these commands in the next release to a shortcut which is not used by default in VS Code. Until then you can remove the keybindings in the keyboard shortcut preferences:

Code_2021-08-20_09-21-56

breakersun commented 3 years ago

thank you for explaining in detail.