madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
240 stars 23 forks source link

CTRL+W don't close a window, it opens a web browser page #66

Open knoxi opened 3 years ago

knoxi commented 3 years ago

The keystroke combination opens a new web page tab (https://docs.microsoft.com/en-us/) instead closing code tabs.

Using the latest version 1.1.103

zmira commented 3 years ago

seeing the same behaviour with version 1.1.108

zmira commented 3 years ago

actually, on the above, Crtl+W by itself is not assigned to anything, but Ctrl+W, W is assigned to View.WebBrowser... apparently Ctrl+W is the start of compound commands and is not being replaced by Tweakster's Ctrl+W.

knoxi commented 1 year ago

I am very used to using the key combination CTRL+W to close windows. Is there no solution here?

dbarnard-phioptics commented 1 month ago

In the keyboard settings page, I have to repeated press Ctrl-W to see what is using that, then search for that, then remove it, then repeat about 6 more times. Pretty frustrating. Would love to see a solution to this. I would be happy if this extension would remove all Ctrl-W-{whatever} key=combination mappings and just let Ctrl-W do the traditional close file.