diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-11-19 01:11:05 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2017-11-23 15:22:27 +0100 |
commit | 8fd25cf83c057e9d865b672eb3d42e2d362eabd7 (patch) | |
tree | aed11ec731218f67dd34195c25a379713ac251d7 /nx-X11/programs/Xserver/hw/nxagent/man | |
parent | 4b71309c3e727bf1770e8150546060a450246f24 (diff) | |
download | nx-libs-8fd25cf83c057e9d865b672eb3d42e2d362eabd7.tar.gz nx-libs-8fd25cf83c057e9d865b672eb3d42e2d362eabd7.tar.bz2 nx-libs-8fd25cf83c057e9d865b672eb3d42e2d362eabd7.zip |
add option keyconv=(auto|on|off)
Adds a new option called "keyconv" to control keycode conversion.
Before commit 2f2ade61a8823bad012737b2b388dcc168cccbbf keycode
conversion was activated if the client was Linux and client side rules
and/or model was "evdev". The only (and undocumented) way to disable
that was providing a value different from "linux" for the "client"
option (which had no other effect). The mentioned commit removed the
dependency on Linux and so there was no way anymore to disable keycode
conversion.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/man')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index 43b3381d5..e5393c71e 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -491,6 +491,19 @@ start or resume a session in fullscreen mode (default: off) .B keyboard=<string> set remote keyboard layout .TP 8 +.B keyconv=<string> +set keycode conversion mode + +.BR auto | on | off + +by default (\fIauto\fR) \fBnxagent\fR will activate keycode conversion +if it detects an evdev XKEYBOARD setup on the client side (the +standard on linux systems nowadays). Keycode conversion means that +certain keycodes are mapped to make the keyboard appear as an pc105 +model. Using \fIoff\fR this conversion can be suppressed and with +\fIon\fR it will be forced. + +.TP 8 .B clipboard=<string> .BR both | client | server | none |