diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-05-08 22:25:02 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2019-05-10 19:13:31 +0200 |
commit | 1b9d735b01dd39a2ac6c0b32e00c4f31ae0d85d6 (patch) | |
tree | 1c7a06b6ce638f0f9242a46e3b860381a85355f5 /doc/nxagent/README.keystrokes | |
parent | 79a2b7b241e61dae4c2ae7a3896f98243e41ff3b (diff) | |
download | nx-libs-1b9d735b01dd39a2ac6c0b32e00c4f31ae0d85d6.tar.gz nx-libs-1b9d735b01dd39a2ac6c0b32e00c4f31ae0d85d6.tar.bz2 nx-libs-1b9d735b01dd39a2ac6c0b32e00c4f31ae0d85d6.zip |
README.keystrokes: mention nxdialog
Diffstat (limited to 'doc/nxagent/README.keystrokes')
-rw-r--r-- | doc/nxagent/README.keystrokes | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/doc/nxagent/README.keystrokes b/doc/nxagent/README.keystrokes index 241619b31..750a460eb 100644 --- a/doc/nxagent/README.keystrokes +++ b/doc/nxagent/README.keystrokes @@ -69,14 +69,24 @@ keybindings. If an attribute occurs more than once in a line the last one wins. +Some of the actions can open a dialog window. Depending on the user's +answer the selected action will be taken. Some actions will only show +a dialog informing the user about the taken action. All these dialogs +will only work if the nxagent/x2goagent process has a properly +configured NX_CLIENT environment variable pointing to an executable +(like nxdialog) that is responsible for showing the dialogs and taking +the action(s). If that executable cannot be run no dialog will show up +and no action will be taken. + List of possible 'action' attributes: ------------------------------------- close_session - This terminates the session. If a proper helper is available - (NX_CLIENT environment variable point to e.g. nxdialog path) this - will ask the user if he want to suspend or terminate the session, - otherwise it will terminate without askting. + This terminates the session. If a proper dialog helper is available + ask the user if he wants to disconnect + or terminate the session and then perform the selected + action. Without proper helper it will do nothing (except writing an + error the session log) fullscreen Switches the client window into or out of fullscreen mode, using @@ -102,7 +112,9 @@ viewport_scroll_left/up/right/down (maximum step size is 200px). defer - Activates/deactivates deferred screen updates. + Activates/deactivates deferred screen updates. With a proper + dialog helper (see above) it will open a dialog informing the user + about the action taken. ignore Ignores the following keystroke, nothing will happen when this |