ivelkov/teams-for-linux

Ctrl-+ / Ctrl-Scroll zoom support?

Opened this issue · 4 comments

jnawk commented

It would be nice to be able to zoom in and out, so to be able to use this effectively on high DPI screens (eg small laptop screens @ high resolutions.)

On a dell ultrasharp 27" (4K) I really can't read without squinting :-)

There is some kind of manual workaround. You can add the zoomFactor in resources/app/lib/index.js.

    webPreferences: {
      partition: 'persist:teams',
      preload: path.join(__dirname, 'browser', 'index.js'),
      nodeIntegration: false,
      zoomFactor: 2.0
    }

However, it can only be changed once. Afterwards, you would have to clean the cache (remove ~/.config/teams-for-linux/)

sgnls commented

I'd agree this would be a very handy feature; given that I cannot see how the functionality for mouse-scroll and CTRL&(+/-) has actually been disabled here, is this the Electron default?

Personally, I don't understand the justification either way...

Hi @stefanberkner , @javierjsa, @jnawk and @sgnls

This project and the JamieMagee seem dead so, until they come back alive and I can merge back my changes, you can use and contribute in my branch.

https://github.com/IsmaelMartinez/teams-for-linux

You can use zoom (ctl+/-) in there.