From a430b4a87a7660ff6b04e187bfa01583e6372cad Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Mon, 27 Apr 2015 02:00:43 +0200 Subject: README.keystrokes: add documentation for branding behavior. --- README.keystrokes | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.keystrokes b/README.keystrokes index bba4053ec..b06a82fd8 100644 --- a/README.keystrokes +++ b/README.keystrokes @@ -6,13 +6,21 @@ by the user. This is done via a configuration file. File location ------------- -nxagent searches for the configuration file in the following order: +nxagent parses the first available configuration file and ignores all others. + +If nxagent is called without branding, it searches: - in the location given by the '-keystrokefile' command line parameter - in the location given by the NXAGENT_KEYSTROKEFILE environment variable - in ~/.nx/config/keystrokes.cfg - in /etc/nxagent/keystrokes.cfg -If none of those files is accessible, the default configuration is used which +If nxagent is called **with X2Go branding** (i.e., as x2goagent), it searches: +- in the location given by the '-keystrokefile' command line parameter +- in the location given by the NXAGENT_KEYSTROKEFILE environment variable +- in ~/.x2go/config/keystrokes.cfg +- in /etc/x2go/keystrokes.cfg + +If none of these files are accessible, the default configuration is used which is the same as the old, traditional nxagent keybindings. File format -- cgit v1.2.3