aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2017-03-27 22:58:38 +0200
committerUlrich Sibiller <uli42@gmx.de>2017-04-03 21:28:11 +0200
commitee18cd43d873bc814ca40faabd29cc486061969f (patch)
treec54c8522db340ff5984483a7530011a7bb23c079 /doc
parentd28cf55743a5acadd0fa650a5559083c210449b8 (diff)
downloadnx-libs-ee18cd43d873bc814ca40faabd29cc486061969f.tar.gz
nx-libs-ee18cd43d873bc814ca40faabd29cc486061969f.tar.bz2
nx-libs-ee18cd43d873bc814ca40faabd29cc486061969f.zip
Keystrokes: rename left/up/right/down keystrokes to descriptive names
The are now called reflecting their purpose: viewport_scroll_left/up/right/down. This also regroups all the keystrokes referring to viewport stuff.
Diffstat (limited to 'doc')
-rw-r--r--doc/nxagent/README.keystrokes13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/nxagent/README.keystrokes b/doc/nxagent/README.keystrokes
index 612e710cc..3d55f5096 100644
--- a/doc/nxagent/README.keystrokes
+++ b/doc/nxagent/README.keystrokes
@@ -90,13 +90,12 @@ resize
mode. In viewport mode the xserver screen size stays static even
if the nxagent window is resized. You will possibly only see a part of
the screen and can scroll around using the following actions:
-viewport_move_up/down
- Moves the viewport up/down by the height of the visiable area.
-viewport_move_left/right
- Moves the viewport left/right by the width of the visible area.
-up/down/left/right
- Smoothly moves the viewport up/down/left/right with increasing step
- size (maximum step size is 200px).
+viewport_move_left/up/right/down
+ Moves the viewport left/up/right/down by the width resp. height of
+ the visible area.
+viewport_scroll_left/up/right/down
+ Scrolls the viewport left/up/right/down with increasing speed
+ (maximum step size is 200px).
defer
Activates/deactivates deferred screen updates.