desktop/keynav: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 17:25:23 -04:00 committed by Willy Sudiarto Raharjo
parent bcf402114f
commit c04d719a82
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,12 +1,11 @@
keynav turns your keyboard into a fast pointer mover.
You select a piece of the screen. The screen is initially wholly selected.
One move will cut that region by half. A move is a direction: up, down, left,
and right.
Once you're done moving, you simply indicate that you want to move. Boom,
cursor moves.
You select a piece of the screen. The screen is initially wholly
selected. One move will cut that region by half. A move is a
direction: up, down, left, and right. Once you're done moving, you
simply indicate that you want to move. Boom, cursor moves.
keynav is geared towards selecting a piece of the screen very quickly.
You are selecting a region by cutting the previous region in half. This gives
you logarithmic scaling. High resolution screens incur about the same number
of moves to select an area as smaller screens do.
You are selecting a region by cutting the previous region in half. This
gives you logarithmic scaling. High resolution screens incur about the
same number of moves to select an area as smaller screens do.