JoseExposito / touchegg

Linux multi-touch gesture recognizer
GNU General Public License v3.0
3.61k stars 167 forks source link

zooming does not work on brave browser #624

Closed soumitrapy closed 1 year ago

soumitrapy commented 1 year ago

Describe the bug

Zoom in and out with two finger in touch-pad does not work in brave browser.

Expected behaviour

it should zoom in and out.

Actual behaviour

Zooming is not working.

Logs

If required, include logs of the bug:

$ touchegg --debug

Your environment

JoseExposito commented 1 year ago

Does you configuration include an entry for Brave? If I remember correctly, the default configuration includes support for Chrome out of the box, but not for Brave. If zoom is working on Chrome, you probably need to configure it.

soumitrapy commented 1 year ago

Yeah I forgot that. Now I added and it is working now. Thanks :)