Re: [dev] surf webkit 2 : zooming with C-+

From: Quentin Rameau <quinq_AT_fifth.space>
Date: Sun, 3 Sep 2017 18:45:38 +0200

> hi. i had to make the below change to allow C-+ (which, on my
> keyboard, at least, requires a shift) to zoom. (seems like this
> *shouldn't* be needed, but...)

Hi Greg,

Sorry for the delay in answering.
I guess the “standard” expected keyboard would be the US qwerty, so
yeah this modification would make sense (I don't have this issue
myself though).

Anybody against it?

> cheers, Greg
> ----
> diff --git a/config.def.h b/config.def.h
> index fec6916..d0c6b7c 100644
> --- a/config.def.h
> +++ b/config.def.h
> _AT_@ -133,6 +133,7 @@ static Key keys[] = {
> { MODKEY|GDK_SHIFT_MASK, GDK_KEY_q, zoom, { .i =
> 0 } }, { MODKEY, GDK_KEY_minus, zoom, { .i =
> -1 } }, { MODKEY, GDK_KEY_plus, zoom, { .i =
> +1 } },
> + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_plus, zoom, { .i =
> +1 } },
> { MODKEY, GDK_KEY_y, clipboard, { .i =
> 0+2 } }, { MODKEY, GDK_KEY_p, clipboard, { .i =
> 1+2 } }, ----
>

— Quentin
Received on Sun Sep 03 2017 - 18:45:38 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 03 2017 - 18:48:34 CEST