any1 / wlvncc

A Wayland Native VNC Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large windows

alxchk opened this issue · comments

There is an issue in case server's viewport is much larger than client viewport. In this case content is resized to the client's viewport size, which makes VNC unusable. It would be fine, if there will be options how to handle it. For example zoom\drag or something like that.

It's probably easiest to have the viewport follow the pointer. I.e. shift it when the pointer moves to the edge. This does not require any special key combination or UI controls.

To be frank, this project is really a proving ground for wayvnc and a feature such as this doesn't really serve that purpose for me. However, if other people want to add features to improve usability, I will accept them (given decent quality, of course).