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

Allow Shift+Ctrl+Alt+End to be transmit to remote host as ctrl+alt+end #113

Open kayasax opened 7 years ago

kayasax commented 7 years ago

Hi, I'm working with terminals published as a remoteapp on a RDS server. Some Terminal servers I'm connecting to have an automatic application start upon TSE connexion. I need to send Ctrl + Alt + End to this servers to bring up the task manager, but as I'm in a remote session the shortcut is send to the remoteapp server, not to the server I'm connected to with terminals (hope you follow ;) ) Will it be possible that you add a button or intercept Shift + Ctrl + Alt + End that transmit on Ctrl+Alt+End to the remote host ? Thank you