rndev-io / vscode-typograf

Helps to automatically place the non-breaking spaces, correct small typos, replace the quotation marks to a correct format and much more.
https://marketplace.visualstudio.com/items?itemName=rusnasonov.vscode-typograf#overview
7 stars 3 forks source link

Change the MacOS shortcut to be `ctrl+alt+T` to avoid conflict with already existing one #3

Closed bespoyasov closed 4 years ago

bespoyasov commented 4 years ago

Hey! Thanks for the extension, really great!

I was wondering if it is possible to change the default MacOS keyboard shortcut from command+alt+T to another. This shortcut is already taken by default action (it closes all the documents except the current) and it's very inconvenient to disable and enable extension every now and then.

In this PR, I propose ctrl+alt+T cause it seems not to be taken by any standard action in VS Code. What do you think?