diff options
author | B. Watson <yalhcru@gmail.com> | 2020-06-26 14:04:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:53 +0700 |
commit | 110dd65648828931fc7e0931463058a6d3febaae (patch) | |
tree | 93306c699f7617861c3adeeef2ecaf4a33aa7305 /accessibility/xzoom/README | |
parent | 1d9e055fedb3070236e078db8d88f1ecb2f602cb (diff) | |
download | slackbuilds-110dd65648828931fc7e0931463058a6d3febaae.tar.gz |
accessibility/xzoom: Added (magnify part of X display)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/xzoom/README')
-rw-r--r-- | accessibility/xzoom/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/accessibility/xzoom/README b/accessibility/xzoom/README new file mode 100644 index 0000000000..09e504084d --- /dev/null +++ b/accessibility/xzoom/README @@ -0,0 +1,16 @@ +xzoom (magnify part of X display, with real-time updates) + +Like xmag, xzoom magnifies a section of the X display. Xzoom is +different because it will continuously update the magnified area as +the display changes. It is fast enough to enlarge small animations, +for example. It can also mirror or rotate a part of the screen. + +Xzoom displays in its window a magnified area of the X11 display. The +user can interactively change the zoomed area, the window size, +magnification (optionally different magnification for X and Y axes) or +rotate or mirror the image. See the man page for the list of keyboard +and mouse commands. + +If you don't like the "rubber-band" frame xzoom uses when dragging with +the mouse, you can disable it by exporting FRAME=no in the script's +environment (sorry, it's a compile-time option only). |