diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-04-27 01:59:53 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-04-27 01:59:53 +0200 |
commit | 1c0f42d30e3720b52667f56a59e20cfb6d264363 (patch) | |
tree | 0c9a52fb33ef1968af8db37fe062a03b31d9c34b | |
parent | 347e973353e64c7f004950cd846360254effd324 (diff) | |
download | nx-libs-1c0f42d30e3720b52667f56a59e20cfb6d264363.tar.gz nx-libs-1c0f42d30e3720b52667f56a59e20cfb6d264363.tar.bz2 nx-libs-1c0f42d30e3720b52667f56a59e20cfb6d264363.zip |
README.keystrokes: copy actions documentation from the wiki.
-rw-r--r-- | README.keystrokes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.keystrokes b/README.keystrokes index 26782aa18..bba4053ec 100644 --- a/README.keystrokes +++ b/README.keystrokes @@ -60,23 +60,34 @@ List of possible 'action' attributes: ------------------------------------- close_session + This terminates the session. switch_all_screens minimize + This will minimize the client window (even for fullscreen sessions.) left 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. defer + Works like 'ignore' to make some keys be ignored/defunct inside the session. 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 + Moves the image viewport up. viewport_move_right + Moves the image viewport to the right. viewport_move_down + Moves the image viewport down. Only in builds with certain debugging options enabled, ignored otherwise: force_synchronization + Forces the drawing of elements to be synchronized which can fix some visual bugs. debug_tree regions_on_screen test_input |