Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xrdp-genkeymap(8)					       xrdp-genkeymap(8)

NAME
     xrdp-genkeymap - key map generator for XRDP

SYNTAX
     xrdp-genkeymap [ options ] file

DESCRIPTION
     xrdp-genkeymap  extracts the current key map from the X server X session to
     generate a mapping from Remote Desktop  Protocol  (RDP)  scan  codes  to  X
     keysyms and Unicode code points.

     Before  running  this  utility, make sure the keymap is correct, by issuing
     the correct setxkbmap command(s).

OPTIONS
     -k 'keycode_set'
	    Inform xrdp-genkeymap of the keycode  set  in  operation  (evdev  or
	    base), so that the correct scan code to keycode mapping table is se-
	    lected to generate the keymap.

	    If	you  omit this option, the XKB extension is asked to provide the
	    name of the keycode set.

     -c 'comment'
	    Adds a comment to the top of the generated file.

	    This option may be repeated more than once to add multiple	comments
	    to the top of the file.

     outfile
	    The key map information is stored in the file named outfile.

FILES
     /usr/local/etc/xrdp-devel/km-XXXXXXXX.toml
	    Files  containing  the  keyboard  mapping  for  country and language
	    XXXXXXXX.  XXXXXXXX is a 8 digit  hexadecimal  number,  representing
	    the input locale identifier.

	    The  input	locale	identifier is passed from the RDP client when it
	    connects.

AUTHORS
     Jay Sorg <jsorg71@users.sourceforge.net>
     Simone Fedele <ilsimo@users.sourceforge.net>

SEE ALSO
     xrdp(8), xrdp-km.toml(5), setxkbmap(1), unicode(7)

     Input locale identifiers on the Microsoft website

     Description of Keyboard Input mapping on the FreeRDP wiki

     For more info on xrdp see http://www.xrdp.org/

xrdp team		   0.10.80.b20260702-3af31df3	       xrdp-genkeymap(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xrdp-genkeymap&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help