Commit a31d2801 authored by Ulrich Sibiller's avatar Ulrich Sibiller

README.keystrokes: refine description

parent 0db8b035
...@@ -58,12 +58,13 @@ usually you will need Mod1 and Control. Boolean in this context means ...@@ -58,12 +58,13 @@ usually you will need Mod1 and Control. Boolean in this context means
'0', 'false' and an unspecified attribute are false, anything else is '0', 'false' and an unspecified attribute are false, anything else is
considered true. considered true.
Everything in this file is case-sensitive. Unknown lines are ignored. Everything in this file is case-sensitive. Unknown lines are ignored
Keybindings are evaluated from top to bottom, so if a keybinding (accompanied by a warning in the session log). Keybindings are
matches, other keybindings further down will be ignored. The contents evaluated from top to bottom, so if a keybinding matches, other
of the file replaces the default keybindings, and only one file is keybindings further down will be ignored. The contents of the file
read, no merging between different configuration files is done. This replaces the default keybindings, and only one file is read, no
also means that an empty or invalid configuration file deactivates all merging between different configuration files is done. This also means
that an empty or invalid configuration file deactivates all
keybindings. keybindings.
If an attribute occurs more than once in a line the last one wins. If an attribute occurs more than once in a line the last one wins.
...@@ -72,7 +73,10 @@ List of possible 'action' attributes: ...@@ -72,7 +73,10 @@ List of possible 'action' attributes:
------------------------------------- -------------------------------------
close_session close_session
This terminates the 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.
fullscreen fullscreen
Switches the client window into or out of fullscreen mode, using Switches the client window into or out of fullscreen mode, using
...@@ -102,7 +106,9 @@ defer ...@@ -102,7 +106,9 @@ defer
ignore ignore
Ignores the following keystroke, nothing will happen when this Ignores the following keystroke, nothing will happen when this
keystroke is pressed. keystroke is pressed. The keystroke will NOT be passed to the
clients. If you want the clients to see the keystroke you need to
eliminate the line from the config file instead of using 'ignore'.
reread_keystrokes reread_keystrokes
Forces nxagent to re-read the keystroke configuration. Useful to Forces nxagent to re-read the keystroke configuration. Useful to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment