Code review comment for lp:~elementary-dev-community/pantheon-terminal/zoom-in-out

Revision history for this message
David Gomes (davidgomes) wrote :

> The terminal is printing some interesting warnings:
>
> [Gtk] Unable to parse accelerator '<Control>zero' for action 'ZoomDefault'
>
>
> And this appears when CTRL + (numpad's) +/- are pressed:
>
> [_LOG_LEVEL_WARN 13:30:33.999544] [GLib-GObject] g_object_notify: object class
> `PantheonTerminalTerminalWidget' has no property named `font-scale'
>
> Could it be that libvte has this as a built-in feature tied to those keys?

I'm not getting that output, but the latest revision implements KP_Add and KP_Subtract to also zoom in/out of the terminal.

Regarding the "<Control>zero", I also tried "<Control>0" and "<Control>Zero" but none of those are working in the accel_group. Any ideas?

« Back to merge proposal