Re: [Vimprobable-users] suggested changes to implement zoom commands
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Jason R. <jas...@gm...> - 2013-05-06 18:14:01
|
On 06/05/13 at 03:41pm, Hannes Schüller wrote:
> Marcos Cruz <vim...@pr...> wrote:
> > > > { "zoomin", zoom,{ZoomIn | ZoomText} },
> > > > { "zoomout",zoom,{ZoomOut | ZoomText} },
> > > > { "zi",zoom,{ZoomIn | ZoomText} },
> > > > { "zo",zoom,{ZoomOut | ZoomText} }
>
> Thinking about this, I'd say it might be a good idea to have one
> command for zooming just text (as above) and one for zooming the
> complete page (i.e. including images) as well for full flexibility.
> Would it be clear enough (documented, of course) to have zi/zo zoom
> just the text and zoomin/zoomout to zoom the complete page?
>
It would be clearer, at least to me, to use zi/zo and pgzin/pgzout (or something
like that—where there is more of a delineation) eg..
{ "pgzin", pagezoom,{PageZoomIn | ZoomPage}
{ "pgzout",pagezoom,{PageZoomOut | ZoomPage}
{ "zi",zoom,{ZoomIn | ZoomText} },
{ "zo",zoom,{ZoomOut | ZoomText} }
/J
http://jasonwryan.com/ [GnuPG Key: B1BD4E40]
|