Hi, On Sat, May 04, 2024 at 01:44:11PM +0200, Rodrigo Arias wrote:
One thing I will note however, on a TKL (ten key less) keyboard, there is no dedicated '+' key, so zooming in doesn't work. On a US layout for example, the key is =/+, but pressing Ctrl-Shift-= doesn't have the expected result. I changed the mapping in keys.cc to Ctrl-= and it works for me, but would vary for other localizations.
I choose the Ctrl + / Ctrl - as it is the default in other browsers, but I mostly use Ctrl and the mouse wheel. I haven't been able to figure it out how to make it work yet on Dillo, but maybe that would help you too.
I just merged support for zoom control: https://github.com/dillo-browser/dillo/pull/156 You can use both Ctrl-+ (non-US) or Ctrl-= (US) by default to zoom in. Best, Rodrigo.