Terminals-Origin / Terminals

Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Other
1.25k stars 235 forks source link

Add disconnect to right click menu #109

Closed Lillecarl closed 6 years ago

Lillecarl commented 6 years ago

For those of us who wants to run Terminals like this image It's quite nice to have the ability in the right click menu.

TODO: Only show it when there are tabs open, and close the tab that was rightclicked (if possible) instead of the one that's currently selected.

This should be seen as an improvement on it's own though :)

jirkapok commented 6 years ago

No, the context menu should close currently clicked terminal under mouse pointer.

Lillecarl commented 6 years ago

I'll dig deeper and see what i can do :)