kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.53k stars 125 forks source link

Enable zooming #51

Open simov opened 6 years ago

simov commented 6 years ago

:wave: is it possible to enable zooming like in regular Browser/Electron app? The regular shortcuts on Linux are not working: ctrl + scroll up/down and ctrl + +/-

kdzwinel commented 6 years ago

Good catch! I never explicitly disabled it, so I'm not sure why it's blocked - probably an Electron thing. If you can look it up and open a PR I'll be happy to merge.

BTW zoom gesture works on Mac, but it doesn't do the same thing as ctrl + +/-.