✅ Key bind for closing a console program while console/visual studio is out of focus
Hello, I wonder if there is a key bind that closes/stops a running program in Visual studio. It is important, that it works while Visual studio / console is out of focus and I am in a different Window that's in focus.
If you know if this is possible or not pls let me know, thanks 🙂
4 Replies
no there is no such thing out of the box in visual studio AFAIK
you would have to write your own global hot key hook to capture a key and close/stop while not in focus of vs
your app or console app
I will try to do it that way, thank you
$close
Use the /close command to mark a forum thread as answered