diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-03-13 22:19:17 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2017-03-13 22:26:07 +0100 |
commit | 6f4eb15408c9b7f13ff9e2765a7a50bace0dfae1 (patch) | |
tree | 387628976fc6778cc3f77a037643b037ef685891 /doc/nxagent | |
parent | cb40cc44819ec6e6af3277d11554c671ea504355 (diff) | |
download | nx-libs-6f4eb15408c9b7f13ff9e2765a7a50bace0dfae1.tar.gz nx-libs-6f4eb15408c9b7f13ff9e2765a7a50bace0dfae1.tar.bz2 nx-libs-6f4eb15408c9b7f13ff9e2765a7a50bace0dfae1.zip |
Update keystroke readme
Diffstat (limited to 'doc/nxagent')
-rw-r--r-- | doc/nxagent/README.keystrokes | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/nxagent/README.keystrokes b/doc/nxagent/README.keystrokes index 7edd340d2..96bc158d2 100644 --- a/doc/nxagent/README.keystrokes +++ b/doc/nxagent/README.keystrokes @@ -64,12 +64,17 @@ default keybindings, and only one file is read, no merging between different configuration files is done. This also means that an empty or invalid configuration file deactivates all keybindings. +If an attribute occurs more than once in a line the last one wins. + List of possible 'action' attributes: ------------------------------------- close_session This terminates the session. +fullscreen + Switches the client window into or out of fullscreen mode, using only the current head. switch_all_screens + Switches the client window into or out of fullscreen mode, using all available heads. minimize This will minimize the client window (even for fullscreen sessions.) left @@ -77,13 +82,15 @@ up right down resize - This action switches between the auto-resize and viewport mode (static size). The default is auto-resize. In viewport mode one can use the 'viewport_move_up', 'viewport_move_down', 'viewport_move_left' and 'viewport_move_right' actions to move within the image. + This action switches between the auto-resize and viewport mode + (static size). The default is auto-resize. In viewport mode one can + use the 'viewport_move_up', 'viewport_move_down', + 'viewport_move_left' and 'viewport_move_right' actions to move + within the image. defer - Works like 'ignore' to make some keys be ignored/defunct inside the session. + activate/deactivate deferred screen updates. ignore Makes it possible to add 'ignore', as in nothing happens when certain keys are pressed. -fullscreen - Switches the client window into or out of fullscreen mode. viewport_move_left Moves the image viewport to the left. viewport_move_up |