jimradford / superputty

The SuperPuTTY Window Manager for putty sessions
https://www.facebook.com/superputty
MIT License
1.91k stars 320 forks source link

1.4.10 - RDP - Add option for session width and height to match client area #845

Open waukeerules opened 2 years ago

waukeerules commented 2 years ago

Works great otherwise; I managed to find a work around to get the RDP window to match my screen area of SuperPuTTY by using "Extra Arguments" to manually set the width and height. Would be nice to add that as an option in Tools > Options that way it's not managed per session.

Extra Arguments: /w:1448 /h:892

image

jimradford commented 2 years ago

I agree, SuperPuTTY should detect the client area and send the correct parameters so it fills the window area automatically unless someone uses the extra arguments parameters to override it. RDP support is still a bit sketchy at this point.

waukeerules commented 2 years ago

The only other "want" would be a default username template, but that would be an interesting item to implement. I generally use "Remote Desktop Connection Manager v2.7" which has the capability. So do-able somehow, just a bit of effort to implement I am sure.